index.vue 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261
  1. <template>
  2. <view class="content">
  3. <view class="indexTop" :style="{background:'#'+themeColor}" v-if="getwxLoing">
  4. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  5. <view class="indexnav">{{wxOpenData.unionName}}</view>
  6. </view>
  7. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  8. <view style="height: 43px;"></view>
  9. <view class="topBox" :style="{background:'#'+themeColor}" v-if="getwxLoing"></view>
  10. <view class="yuanhu" :style="{background:'#'+themeColor}" v-if="getwxLoing"></view>
  11. <view class="shoptopbox2" v-if="!carInfo">
  12. <view class="carinfoBox2">
  13. <view class="carinfoBoxNocar" @click="addCar">
  14. <img src="../../static/timg/addcar.png" alt="" class="carinfonocarIcon">
  15. <view class="carinfoBoxNocarRight">
  16. <view class="carinfoBoxNocarRightTitle">添加我的爱车</view>
  17. <view class="carinfoBoxNocarRightMS">按照车型推荐合适的商品</view>
  18. </view>
  19. </view>
  20. </view>
  21. </view>
  22. <view class="shoptopbox" v-if="carInfo">
  23. <view class="carinfoBox" >
  24. <view class="carinfoBoxTop">
  25. <img :src="carInfo.brandLogo" alt="" class="carLogo" v-if="carInfo.brandLogo">
  26. <img src="../../static/timg/nocar.png" alt="" class="carLogo" v-else>
  27. <view class="carinfoBoxTopCont">
  28. <view class="carinfoBoxTopContTop">
  29. <view class="carInfoplateNumber">{{carInfo.plateNumber}}</view>
  30. <view class="carTnfomilage" v-if="carInfo.milage">{{carInfo.milage}}km</view>
  31. </view>
  32. <view class="carInfocarModel" v-if="carInfo.carModel">{{carInfo.carModel}}</view>
  33. <view class="carInfocarModel" v-else>暂无</view>
  34. </view>
  35. <view class="carinfoBoxTopRight" @click="changeCar">
  36. <img src="../../static/timg/icon_change@2x.png" alt="" class="carinfoBoxTopRightIcon">
  37. <view class="huancheBtn">换车</view>
  38. </view>
  39. </view>
  40. <!-- <view class="carInfoBottom">
  41. <view class="carInfoBottomLine">
  42. <view class="carInfoBottomLineTitle">下次保养里程</view>
  43. <view class="carInfoBottomLineTxt" v-if="carInfo.nextCareMilage">{{carInfo.nextCareMilage}}</view>
  44. <view class="carInfoBottomLineTxt" v-else>暂无</view>
  45. </view>
  46. <view class="carInfoBottomLine">
  47. <view class="carInfoBottomLineTitle">下次保养日期</view>
  48. <view class="carInfoBottomLineTxt" v-if="carInfo.nextCareDate">{{carInfo.nextCareDate.slice(0,10)}}</view>
  49. <view class="carInfoBottomLineTxt" v-else>暂无</view>
  50. </view>
  51. <view class="carInfoBottomLine">
  52. <view class="carInfoBottomLineTitle">保养手册</view>
  53. <view class="carInfoBottomLineTxt" @click="information">点击查看</view>
  54. </view>
  55. </view> -->
  56. <view class="bxBox">
  57. <view class="bxline bxline1">
  58. <img src="../../static/timg/car1.png" alt="" class="bxlineIcon">
  59. <view class="bxlineTitle">保险</view>
  60. <view class="bxlineMs1" v-if="carInfo.insuranceExpireDate">{{InsuranceExpireDate}}天到期</view>
  61. <view class="bxlineMs2" v-else>--</view>
  62. </view>
  63. <view class="bxline bxline2">
  64. <img src="../../static/timg/car2.png" alt="" class="bxlineIcon" >
  65. <view class="bxlineTitle">下次保养</view>
  66. <view class="bxlineMs1" v-if="carInfo.nextCareDate||carInfo.nextCareMilage">
  67. <span v-if="NextCareDate||NextCareDate===0">{{NextCareDate}}天后</span>
  68. <span v-if="NextCareDate===0&&carInfo.nextCareMilage">或</span>
  69. <span v-if="carInfo.nextCareMilage&&NextCareDate">或</span>
  70. <span v-if="carInfo.nextCareMilage">{{carInfo.nextCareMilage}}km</span>
  71. </view>
  72. <view class="bxlineMs2" v-else>--</view>
  73. </view>
  74. <view class="bxline bxline1">
  75. <img src="../../static/timg/car3.png" alt="" class="bxlineIcon" >
  76. <view class="bxlineTitle">年审</view>
  77. <view class="bxlineMs1" v-if="carInfo.nextAuditDate">{{NextAuditDate}}天到期</view>
  78. <view class="bxlineMs2" v-else>--</view>
  79. </view>
  80. <view class="bxline bxline2">
  81. <img src="../../static/timg/car4.png" alt="" class="bxlineIcon" >
  82. <view class="bxlineTitle">保养手册</view>
  83. <view class="bxlineMs2" @click="information">点击查看</view>
  84. </view>
  85. </view>
  86. </view>
  87. </view>
  88. <!-- 服务顾问 -->
  89. <view v-if="homeCardList.openMUsers">
  90. <view class="adviser" v-if="homeCardList.openMUsers.showType!=2&&managerInfo" @click="goMUsers()">
  91. <view class="adviserLeft">
  92. <img v-if="managerInfo.avatar" :src="managerInfo.avatar" alt="" class="advisertx">
  93. <img v-else src="../../static/timg/pic_def_ava@2x.png" alt="" class="advisertx">
  94. <view class="adviserNema">{{managerInfo.name}}</view>
  95. <view class="adviserms" :style="{border:'1px solid #'+themeColor,color:'#'+themeColor}">服务顾问</view>
  96. </view>
  97. <img src="../../static/timg/icon_arrow_right.png" alt="" class="adviserJt">
  98. </view>
  99. </view>
  100. <!-- 中间功能应用模块 -->
  101. <view class="modular" v-if="homeCardList.application.length>0">
  102. <view class="swiper-item">
  103. <view class="itemLine" @click="goRoter(item)" v-for="(item,index) in homeCardList.application">
  104. <view><img :src="item.icon" alt="" class="itemImg"></view>
  105. <view class="Menusline">{{item.name}}</view>
  106. </view>
  107. </view>
  108. </view>
  109. <view class="advertisement" v-if="homeCardList.ad1.length>0">
  110. <swiper class="swiper2" circular :autoplay="true" :interval="interval"
  111. :duration="duration" :indicator-dots="true" indicator-color="#CCCCCC" :indicator-active-color="'#'+themeColor">
  112. <swiper-item v-for="(item,index) in homeCardList.ad1">
  113. <view class="swiper-item2" @click="goRoter(item)">
  114. <image class="swiper-item2Img" :src="item.icon" mode=""></image>
  115. </view>
  116. </swiper-item>
  117. </swiper>
  118. </view>
  119. <view class="advertisement" v-if="homeCardList.ad2.length>0">
  120. <swiper class="swiper2" circular :autoplay="true" :interval="interval"
  121. :duration="duration" :indicator-dots="true" indicator-color="#CCCCCC" :indicator-active-color="'#'+themeColor">
  122. <swiper-item v-for="(item,index) in homeCardList.ad2">
  123. <view class="swiper-item2" @click="goRoter(item)">
  124. <image class="swiper-item2Img" :src="item.icon" mode=""></image>
  125. </view>
  126. </swiper-item>
  127. </swiper>
  128. </view>
  129. <view class="advertisement" v-if="homeCardList.ad3.length>0">
  130. <swiper class="swiper2" circular :autoplay="true" :interval="interval"
  131. :duration="duration" :indicator-dots="true" indicator-color="#CCCCCC" :indicator-active-color="'#'+themeColor">
  132. <swiper-item v-for="(item,index) in homeCardList.ad3">
  133. <view class="swiper-item2" @click="goRoter(item)">
  134. <image class="swiper-item2Img" :src="item.icon" mode=""></image>
  135. </view>
  136. </swiper-item>
  137. </swiper>
  138. </view>
  139. <!-- 热门活动 -->
  140. <view v-if="homeCardList.openMActivity">
  141. <view class="Hot" v-if="homeCardList.openMActivity.openCollectingList.length>0">
  142. <view class="hotTop">
  143. <view class="hotLeft">
  144. <view class="hotSx" :style="{background:'#'+themeColor}"></view>
  145. <view class="hottitle">热门活动</view>
  146. </view>
  147. <view class="hotRight" @click="moreJk">
  148. <view class="hotMore">更多</view>
  149. <img src="../../static/timg/icon_arrow_right.png" alt="" class="hotMoreJt">
  150. </view>
  151. </view>
  152. <view class="hotLine" @click="goJk(item)" v-for="(item,index) in homeCardList.openMActivity.openCollectingList" v-if="index<homeCardList.openMActivity.showCount">
  153. <view class="hotLineTop">
  154. <image class="hotLineTopImg" :src="item.img" mode=""></image>
  155. <view class="hotlineTimebox">
  156. <!-- <view class="hotlinestate1" v-if="item.state==2">进行中</view>
  157. <view class="hotlinestate2" v-if="item.state==1">未开始</view> -->
  158. <image class="jkStateImg" v-if="item.state==2" src="../../static/img/bg_huangse.png" mode="" ></image>
  159. <image class="jkStateImg" v-if="item.state==1" src="../../static/img/bg_hongse.png" mode="" ></image>
  160. <view class="hotTime">{{item.startTime.slice(0,10)}}-{{item.endTime.slice(0,10)}}</view>
  161. </view>
  162. </view>
  163. <view class="hotName">{{item.activityName}}</view>
  164. </view>
  165. </view>
  166. </view>
  167. <!-- 热门车型 -->
  168. <view v-if="homeCardList.openMGoods">
  169. <view class="" v-if="homeCardList.openMGoods.length>0">
  170. <view class="Hot" v-if="homeCardList.openMGoods.showType==1">
  171. <view class="hotTop">
  172. <view class="hotLeft">
  173. <view class="hotSx" :style="{background:'#'+themeColor}"></view>
  174. <view class="hottitle">热门商品</view>
  175. </view>
  176. <view class="hotRight" @click="goShop">
  177. <view class="hotMore">更多</view>
  178. <img src="../../static/timg/icon_arrow_right.png" alt="" class="hotMoreJt">
  179. </view>
  180. </view>
  181. <view class="hotGoodsLine" v-for="(item,index) in homeCardList.openMGoods.goodsList" @click="goGoods(item)" v-if="index<homeCardList.openMGoods.showCount">
  182. <view>
  183. <image :src="item.url" mode="" class="hotGoodsLineImg"></image>
  184. </view>
  185. <view class="hotGoodsLineRIght">
  186. <view class="goodsName">{{item.name}}</view>
  187. <view class="Sold">
  188. <view v-if="item.showLabel&&item.showLabel.indexOf('3')!=-1">
  189. 已售 {{item.saleQty>0?item.saleQty:0}}
  190. </view>
  191. </view>
  192. <view class="goodsPrice">
  193. <view class="goodsPrice1" >{{item.saleLabel}}</view><!-- :style="{color:'#'+themeColor}" -->
  194. <view class="goodsPrice2" >¥</view>
  195. <view class="goodsPrice3" >{{item.salePrice}}
  196. <span v-if="item.categoryIds=='7B97D114-C419-42B2-9C1E-0B4CA284CDA0'">万</span>
  197. </view>
  198. <view class="goodsPrice4" v-if="item.showLabel&&item.scribingPrice&&item.showLabel.indexOf('1')!=-1">¥{{item.scribingPrice}}</view>
  199. </view>
  200. </view>
  201. </view>
  202. </view>
  203. </view>
  204. </view>
  205. <view style="height: 60rpx;"></view>
  206. <!-- 手机号授权 -->
  207. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  208. <view class="authorizCont" @click.stop="">
  209. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  210. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  211. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  212. </view>
  213. <view style="text-align: center;padding-top: 56rpx;">
  214. <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  215. </view>
  216. </view>
  217. <!-- <view @getphonenumber="decryptPhoneNumber" >shopId:{{shopId}}</view>
  218. -->
  219. </view>
  220. </template>
  221. <script>
  222. export default {
  223. data() {
  224. return {
  225. shopId: '',
  226. url:'',
  227. wxOpenData:'',
  228. code:'',
  229. carInfo:'',
  230. homeCardList:'',
  231. authorizShow:false,
  232. miniAppName:'',
  233. iStatusBarHeight:'',
  234. managerInfo:'',
  235. unionId:'',
  236. ext:'',
  237. duration:500,
  238. interval:3000,
  239. InsuranceExpireDate:'',
  240. NextCareDate:'',
  241. NextAuditDate:'',
  242. themeColor:'',
  243. getwxLoing:false,
  244. }
  245. },
  246. onLoad() {
  247. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  248. var that=this;
  249. //this.$common.getExtStoreId()
  250. var ext=this.$common.getExtStoreId();
  251. this.ext=ext
  252. console.log(ext)
  253. //console.log( String(Date.now()))
  254. this.shopId=ext.shopId;
  255. this.url=ext.url;
  256. this.unionId=ext.unionId
  257. //this.unionId="EF7981B9-2D1D-4006-9C0A-66CE7177134D"
  258. // uni.setStorage({
  259. // key: 'extdata',
  260. // data: {
  261. // shopId:'E37BB296-5A08-4534-859D-B351BA611AF9',
  262. // },
  263. // success: function () {
  264. // that.uniLogin()
  265. // }
  266. // });
  267. //this.userInfo = uni.getStorageSync("userInfo");
  268. this.userInfo=this.$store.state.userInfo
  269. if(this.userInfo){
  270. //this.wxOpenData = uni.getStorageSync("wxOpenData");
  271. this.getCarList();
  272. this.queryHomeCardList()
  273. this.queryManagerInfo()
  274. }else{
  275. this.uniLogin()
  276. }
  277. },
  278. onShow() {
  279. var indexaddcar = uni.getStorageSync("indexaddcar")
  280. if(indexaddcar==1){
  281. uni.removeStorageSync('indexaddcar');
  282. this.getCarList();
  283. }else{
  284. this.carInfo=this.$store.state.carInfo;
  285. this.jsTime()
  286. }
  287. },
  288. methods: {
  289. addCar(){
  290. if(!this.userInfo){
  291. this.authorizShow=true;
  292. }else{
  293. uni.navigateTo({
  294. url:'../user/addCar/addCar?type=1'
  295. })
  296. }
  297. },
  298. goShop(){
  299. uni.switchTab({
  300. url:'../shop/shop'
  301. })
  302. },
  303. moreJk(){
  304. uni.switchTab({
  305. url:'../activity/activity'
  306. })
  307. },
  308. information(){
  309. console.log('车辆信息--',this.carInfo);
  310. uni.navigateTo({
  311. url:'handbook?mileage='+this.carInfo.milage+'&liyangId='+this.carInfo.nLevelID
  312. })
  313. },
  314. changeCar(){
  315. uni.navigateTo({
  316. url:'../user/addCar/cailist'
  317. })
  318. },
  319. goMUsers(){
  320. if(!this.userInfo){
  321. this.authorizShow=true;
  322. }else{
  323. uni.navigateTo({
  324. url:'../index/personalCard?adInfo='+JSON.stringify(this.managerInfo)
  325. })
  326. }
  327. },
  328. goGoods(item){
  329. if(!this.userInfo){
  330. this.authorizShow=true;
  331. }else{
  332. uni.navigateTo({
  333. url:'../shop/goodsDetail?id='+item.id
  334. })
  335. }
  336. },
  337. goJk(item){
  338. if(!this.userInfo){
  339. this.authorizShow=true;
  340. }else{
  341. uni.navigateTo({
  342. url:'../activity/jkDetail?id='+item.id
  343. })
  344. }
  345. },
  346. goRoter(item){
  347. console.log(item)
  348. if(!this.userInfo){
  349. this.authorizShow=true;
  350. }else{
  351. if(item.bizType==0){
  352. if(item.name=='新车'){ //
  353. uni.navigateTo({
  354. url:'newCar'
  355. })
  356. }else if(item.name=='二手车'){
  357. uni.navigateTo({
  358. url:'usedCar'
  359. })
  360. }else if(item.name=='爱车估价'){
  361. uni.navigateTo({
  362. url:'evaluation'
  363. })
  364. }
  365. else{
  366. uni.showToast({
  367. title: '敬请期待',
  368. icon:'none',
  369. duration: 3000
  370. });
  371. }
  372. }else if(item.bizType==1){ //紧急救援
  373. uni.navigateTo({
  374. url:'rescue'
  375. })
  376. }else if(item.bizType==2){ //钣金喷漆
  377. uni.navigateTo({
  378. url:'paint'
  379. })
  380. }else if(item.bizType==3){ //保养
  381. uni.navigateTo({
  382. url:'maintain'
  383. })
  384. }else if(item.bizType==4){ //在线预约
  385. uni.navigateTo({
  386. url:'onlineBooking?naShopId='+item.naShopId
  387. })
  388. }else if(item.bizType==5){ //导航
  389. this.getShopinfo(5,item.reShopId)
  390. }else if(item.bizType==6){ //联系本店
  391. this.getShopinfo(6,item.orShopId)
  392. }else if(item.bizType==7){ //7门店列表
  393. uni.navigateTo({
  394. url:'shopList'
  395. })
  396. }else if(item.bizType==8){ //我的会员卡
  397. uni.navigateTo({
  398. url:'vipCard'
  399. })
  400. }else if(item.bizType==9){ //我的优惠券
  401. uni.navigateTo({
  402. url:'discountCard'
  403. })
  404. }else if(item.bizType==10){ //我的订单
  405. uni.navigateTo({
  406. url:'../user/myOrder/myOrder'
  407. })
  408. }else if(item.bizType==11){ //我的预约
  409. uni.navigateTo({
  410. url:'../user/myBespeak'
  411. })
  412. }else if(item.bizType==12){ //历史消费
  413. uni.navigateTo({
  414. url:'../user/historySpend'
  415. })
  416. }else if(item.bizType==12){ //历史消费
  417. uni.navigateTo({
  418. url:'../user/historySpend'
  419. })
  420. }else if(item.bizType==13){ //车检报告
  421. uni.navigateTo({
  422. url:'../user/checkReport'
  423. })
  424. }else if(item.bizType==14){ //指定商品分类
  425. uni.setStorage({
  426. key: 'shopcategoryID',
  427. data: item.bizId,
  428. success: function () {
  429. getApp().globalData.shopcategoryID=item.bizId;
  430. uni.switchTab({
  431. url:'../shop/shop?shopcategoryID='+ item.bizId
  432. })
  433. }
  434. });
  435. }else if(item.bizType==15){ //商品详情
  436. uni.navigateTo({
  437. url:'../shop/goodsDetail?id='+item.bizId
  438. })
  439. }
  440. // uni.navigateTo({
  441. // url:url
  442. // })
  443. }
  444. },
  445. decryptPhoneNumber: function(e) {
  446. console.log(e);
  447. this.code=e.detail.code
  448. this.wxPhoneLogin()
  449. this.authorizShow=false;
  450. },
  451. wxgologin(){
  452. var that=this;
  453. uni.getUserProfile({
  454. lang:'zh_CN',
  455. desc:'登录',
  456. success:(res)=>{
  457. console.log(res);
  458. that.wxdata=res;
  459. uni.setStorage({
  460. key: 'wxdata',
  461. data: res,
  462. success: function () {
  463. that.uniLogin()
  464. }
  465. });
  466. },
  467. fail:(res)=>{
  468. console.log(res)
  469. }
  470. });
  471. },
  472. uniLogin(){
  473. var that=this;
  474. uni.login({
  475. provider: 'weixin',
  476. success: function (loginRes) {
  477. console.log(loginRes);
  478. that.getWxOpenID(loginRes)
  479. }
  480. });
  481. },
  482. getWxOpenID(e){
  483. var that=this;
  484. uni.showLoading({
  485. title: '加载中'
  486. })
  487. this.$http('miniApp2/sys/getWxOpenID', {
  488. code:e.code,
  489. unionId:this.unionId
  490. },'GET').then(res => {
  491. if(res.code!=0){
  492. uni.hideLoading();
  493. uni.showToast({
  494. title: res.msg,
  495. icon: 'none',
  496. duration: 3000
  497. });
  498. }
  499. this.wxOpenData=res.data;
  500. this.themeColor=res.data.themeColor
  501. //this.themeColor='FFFFFF'
  502. this.getwxLoing=true;
  503. uni.setNavigationBarTitle({
  504. title:this.wxOpenData.miniAppName
  505. })
  506. if(this.themeColor=='6F2BE8'){
  507. var backgroundImage='/static/tabimg/index6F2BE8.png'
  508. }
  509. if(this.themeColor=='1677FF'){
  510. var backgroundImage='/static/tabimg/index1677FF.png'
  511. }
  512. if(this.themeColor=='FF4F00'){
  513. var backgroundImage='/static/tabimg/indexFF4F00.png'
  514. }
  515. if(this.themeColor=='D53533'){
  516. var backgroundImage='/static/tabimg/index1.png'
  517. }
  518. uni.setTabBarStyle({
  519. // color: '#FF0000',
  520. selectedColor: '#'+this.themeColor,
  521. })
  522. uni.setTabBarItem({
  523. index: 0,
  524. text: '首页',
  525. selectedIconPath: backgroundImage
  526. })
  527. that.queryHomeCardList()
  528. //that.wxPhoneLogin()
  529. this.$store.commit('mutationswxOpenData', that.wxOpenData)
  530. uni.setStorage({
  531. key: 'wxOpenData',
  532. data: that.wxOpenData,
  533. success: function () {
  534. // that.uniLogin()
  535. }
  536. });
  537. uni.setStorage({
  538. key: 'themeColor',
  539. data: that.themeColor,
  540. success: function () {
  541. // that.uniLogin()
  542. }
  543. });
  544. if(this.wxOpenData.loginInfo){
  545. this.$store.commit('mutationsuserInfo', that.wxOpenData.loginInfo.openUser)
  546. this.userInfo=that.wxOpenData.loginInfo.openUser
  547. that.queryManagerInfo()
  548. uni.setStorage({
  549. key: 'userInfo',
  550. data: that.wxOpenData.loginInfo.openUser,
  551. success: function () {
  552. that.getCarList()
  553. }
  554. });
  555. }else{
  556. this.authorizShow=true;
  557. }
  558. })
  559. },
  560. wxPhoneLogin(){
  561. var that=this;
  562. this.$http('miniApp2/sys/wxPhoneLogin', {
  563. appId:this.ext.appId,
  564. unionId:this.unionId,
  565. code:this.code,
  566. openId:this.wxOpenData.openid
  567. },'POST').then(res => {
  568. var data = res.data;
  569. if(data.loginInfo){
  570. this.userInfo=data.loginInfo.openUser;
  571. this.$store.commit('mutationsuserInfo', this.userInfo);
  572. this.$store.commit('mutationswxOpenData', data.loginInfo)
  573. uni.setStorage({
  574. key: 'userInfo',
  575. data: data.loginInfo.openUser,
  576. success: function () {
  577. that.getCarList()
  578. that.queryHomeCardList()
  579. that.queryManagerInfo()
  580. }
  581. });
  582. }
  583. })
  584. },
  585. getCarList(){
  586. this.$http('opencarOwnerHome/queryCarInfoList', {
  587. },'GET').then(res => {
  588. if(res.code==401){
  589. this.uniLogin()
  590. }else{
  591. this.carInfo=res.data[0]
  592. this.$store.commit('mutationscarInfo', this.carInfo)
  593. /* this.carInfo.insuranceExpireDate='2022-11-11';
  594. this.carInfo.nextAuditDate='2022-08-13'; */
  595. //this.carInfo.nextCareDate='2022-08-11';
  596. //this.carInfo.nextCareMilage=11
  597. this.jsTime()
  598. }
  599. })
  600. },
  601. jsTime(){
  602. if(this.carInfo.insuranceExpireDate){
  603. if (Number(new Date().getTime()) > (Number(new Date(this.carInfo.insuranceExpireDate.replace(/-/g, '/')).getTime()) || 0)) {
  604. console.log("现在时间大于开始时间")
  605. this.InsuranceExpireDate = 0
  606. } else {
  607. this.clock()
  608. }
  609. }else{
  610. this.InsuranceExpireDate=''
  611. }
  612. if(this.carInfo.nextCareDate){
  613. if (Number(new Date().getTime()) > (Number(new Date(this.carInfo.nextCareDate.replace(/-/g, '/')).getTime()) || 0)) {
  614. this.NextCareDate = 0
  615. } else {
  616. this.clock2()
  617. }
  618. }else{
  619. this.NextCareDate = ''
  620. }
  621. if(this.carInfo.nextAuditDate){
  622. if (Number(new Date().getTime()) > (Number(new Date(this.carInfo.nextAuditDate.replace(/-/g, '/')).getTime()) || 0)) {
  623. this.NextAuditDate = 0
  624. } else {
  625. this.clock3()
  626. }
  627. }else{
  628. this.NextAuditDate=''
  629. }
  630. },
  631. clock () {
  632. let _this = this
  633. let today = new Date() // 当前时间
  634. let h = today.getHours()
  635. let m = today.getMinutes()
  636. let s = today.getSeconds()
  637. let stopTime = new Date(_this.carInfo.insuranceExpireDate.replace(/-/g, '/')) // 结束时间
  638. let stopH = stopTime.getHours()
  639. let stopM = stopTime.getMinutes()
  640. let stopS = stopTime.getSeconds()
  641. let shenyu = stopTime.getTime() - today.getTime() // 倒计时毫秒数
  642. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  643. this.InsuranceExpireDate=shengyuD+1;
  644. // setTimeout(_this.clock, 500)
  645. },
  646. clock2 () {
  647. let _this = this
  648. let today = new Date() // 当前时间
  649. let stopTime = new Date(_this.carInfo.nextCareDate.replace(/-/g, '/')) // 结束时间
  650. let stopH = stopTime.getHours()
  651. let stopM = stopTime.getMinutes()
  652. let stopS = stopTime.getSeconds()
  653. let shenyu = stopTime.getTime() - today.getTime() // 倒计时毫秒数
  654. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  655. this.NextCareDate=shengyuD+1;
  656. // setTimeout(_this.clock, 500)
  657. },
  658. clock3 () {
  659. let _this = this
  660. let today = new Date() // 当前时间
  661. let stopTime = new Date(_this.carInfo.nextAuditDate.replace(/-/g, '/')) // 结束时间
  662. let shenyu = stopTime.getTime() - today.getTime() // 倒计时毫秒数
  663. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  664. this.NextAuditDate=shengyuD+1;
  665. // setTimeout(_this.clock, 500)
  666. },
  667. queryManagerInfo(){
  668. console.log("11")
  669. this.$http('openHome/queryManagerInfo', {
  670. },'GET').then(res => {
  671. this.managerInfo=res.data
  672. })
  673. },
  674. queryHomeCardList(){
  675. //console.log(this.wxOpenData)
  676. this.$http('openHome/queryHomeCardList', {
  677. unionId:this.unionId
  678. },'GET').then(res => {
  679. uni.hideLoading();
  680. this.homeCardList=res.data
  681. })
  682. },
  683. getShopinfo(num,shopId){
  684. var that=this;
  685. uni.showLoading({
  686. title: '加载中'
  687. })
  688. if(!shopId){
  689. shopId=''
  690. }
  691. this.$http('openmy/getShopinfo', {
  692. shopId:shopId
  693. },'GET').then(res => {
  694. uni.hideLoading();
  695. var res=res.data
  696. if(num==5){
  697. uni.openLocation({
  698. latitude:Number(res.lat),
  699. longitude:Number(res.lng),
  700. name: res.shopName,
  701. address: res.address,
  702. success: function() {
  703. console.log('success');
  704. },
  705. fail(err) {
  706. console.log(err)
  707. }
  708. });
  709. }else{
  710. uni.makePhoneCall({
  711. phoneNumber: res.contactorPhone
  712. });
  713. }
  714. })
  715. }
  716. }
  717. }
  718. </script>
  719. <style scoped>
  720. .bxBox{
  721. display: flex;
  722. flex-wrap: wrap;
  723. }
  724. .bxline{
  725. display: flex;
  726. padding-top: 22rpx;
  727. }
  728. .bxline1{
  729. width: 40%;
  730. }
  731. .bxline2{
  732. width: 60%;
  733. }
  734. .bxlineTitle{
  735. color: #333333;
  736. font-size: 26rpx;
  737. line-height: 37rpx;
  738. padding-left: 10rpx;
  739. }
  740. .bxlineMs1{
  741. line-height: 37rpx;
  742. color: #D53533;
  743. font-size: 26rpx;
  744. padding-left: 12rpx;
  745. }
  746. .bxlineMs2{
  747. line-height: 37rpx;
  748. color: #999999;
  749. font-size: 24rpx;
  750. padding-left: 12rpx;
  751. }
  752. .bxlineIcon{
  753. width: 34rpx;
  754. height: 34rpx;
  755. margin-left: 24rpx;
  756. }
  757. .indexTop{
  758. background: #D53533;
  759. width: 750rpx;
  760. position: fixed;
  761. top: 0;
  762. left: 0;
  763. z-index: 11;
  764. }
  765. .indexnav{
  766. height: 44px;
  767. line-height: 44px;
  768. text-align: center;
  769. font-size: 36rpx;
  770. color: #FFFFFF;
  771. }
  772. .authorizBox{
  773. width: 100vw;
  774. height: 100vh;
  775. background: rgba(0, 0, 0, 0.5);
  776. position: fixed;
  777. top: 0;
  778. left: 0;
  779. }
  780. .authorizCont{
  781. margin-top: 30vh;
  782. width: 564rpx;
  783. height: 408rpx;
  784. background: #FFFFFF;
  785. border-radius: 24rpx;
  786. margin-left: 93rpx;
  787. position: relative;
  788. }
  789. .authorizCloseImg{
  790. width: 62rpx;
  791. height: 62rpx;
  792. }
  793. .sqLogoBox{
  794. width: 180rpx;
  795. height: 180rpx;
  796. background: #FFFFFF;
  797. border-radius: 90rpx;
  798. text-align: center;
  799. position: absolute;
  800. top: -50rpx;
  801. left: 192rpx;
  802. }
  803. .authorizName{
  804. color: #333333;
  805. line-height: 42rpx;
  806. font-size: 30rpx;
  807. text-align: center;
  808. padding-top: 58rpx;
  809. }
  810. .authorizMs{
  811. color: #999999;
  812. line-height: 36rpx;
  813. font-size: 26rpx;
  814. width: 452rpx;
  815. padding-top: 24rpx;
  816. text-align: center;
  817. margin-left: 56rpx;
  818. }
  819. .authorizContbutton{
  820. width: 422rpx;
  821. height: 88rpx;
  822. background: #D53533;
  823. border-radius: 44rpx;
  824. line-height: 88rpx;
  825. text-align: center;
  826. font-size:30rpx;
  827. color: #FFFFFF;
  828. margin-top: 62rpx;
  829. margin-left:71rpx;
  830. }
  831. .content{
  832. min-height: 100vh;
  833. background: #F4F5F7;
  834. }
  835. .topBox{
  836. width: 750rpx;
  837. height: 150rpx;
  838. background: #D53533;
  839. }
  840. .yuanhu{
  841. width: 750rpx;
  842. height: 50rpx;
  843. background: #D53533;
  844. border-radius: 0 0 100% 100%;
  845. }
  846. .carinfoBox{
  847. width: 702rpx;
  848. /* height: 250rpx; */
  849. background: #FFFFFF;
  850. border-radius: 10rpx;
  851. margin-left: 24rpx;
  852. overflow: hidden;
  853. height: 270rpx;
  854. }
  855. .carinfoBox2{
  856. width: 702rpx;
  857. height: 180rpx;
  858. background: #FFFFFF;
  859. border-radius: 10rpx;
  860. margin-left: 24rpx;
  861. overflow: hidden;
  862. }
  863. .carinfoBox2{
  864. }
  865. .carinfoBox .carLogo{
  866. width: 60rpx;height: 60rpx;
  867. margin-top: 6rpx;
  868. }
  869. .carinfoBoxTop{
  870. display: flex;
  871. justify-content: space-between;
  872. padding-top: 29rpx;
  873. padding-left: 24rpx;
  874. padding-right: 20rpx;
  875. padding-bottom: 24rpx;
  876. border: 1px solid #EEEEEE;
  877. }
  878. .carinfoBoxTopCont{
  879. width: 454rpx;
  880. }
  881. .carinfoBoxTopContTop{
  882. display: flex;
  883. }
  884. .carInfoplateNumber{
  885. font-weight: 500;
  886. color: #3C3C3C;
  887. font-size: 30rpx;
  888. line-height: 42rpx;
  889. padding-right: 16rpx;
  890. }
  891. .carTnfomilage{
  892. color: #F19D01;
  893. font-size: 22rpx;
  894. padding: 0rpx 10rpx;
  895. border-radius: 4rpx;
  896. border: 1px solid #F19D01;
  897. height: 32rpx;
  898. line-height: 34rpx;
  899. margin-top: 2rpx;
  900. margin-left: 2rpx;
  901. }
  902. .carInfocarModel{
  903. width: 454rpx;
  904. color: #666666;
  905. font-size: 26rpx;
  906. white-space: nowrap;
  907. overflow: hidden;
  908. text-overflow: ellipsis;
  909. }
  910. .carinfoBoxTopRight{
  911. display: flex;padding-top: 25rpx;
  912. }
  913. .carinfoBoxTopRightIcon{
  914. width: 29rpx;
  915. height: 31rpx;
  916. }
  917. .huancheBtn{
  918. color: #666666; font-size: 26rpx;line-height: 31rpx;
  919. padding-left: 10rpx;
  920. }
  921. .carInfoBottom{
  922. display: flex;
  923. justify-content: space-around;
  924. }
  925. .carInfoBottomLineTitle{
  926. color: #999999;font-size: 24rpx;
  927. text-align: center;
  928. padding-top: 24rpx;
  929. }
  930. .carInfoBottomLineTxt{
  931. color: #3C3C3C;
  932. font-size: 26rpx;
  933. padding-top: 5rpx;
  934. text-align: center;
  935. }
  936. .carinfonocarIcon{
  937. width: 72rpx;
  938. height: 72rpx;
  939. }
  940. .carinfoBoxNocar{
  941. display: flex;
  942. padding-top: 50rpx;
  943. padding-left: 20rpx;
  944. }
  945. .carinfoBoxNocarRightTitle{
  946. font-weight: 500;
  947. color: #3C3C3C;
  948. font-size: 30rpx;
  949. }
  950. .carinfoBoxNocarRightMS{
  951. color: #666666;
  952. font-size: 26rpx;
  953. }
  954. .carinfoBoxNocarRight{
  955. padding-left: 24rpx;
  956. }
  957. .shoptopbox{
  958. margin-top: -170rpx;
  959. }
  960. .shoptopbox2{
  961. margin-top: -170rpx;
  962. }
  963. .adviser{
  964. width: 662rpx;
  965. margin-left: 24rpx;
  966. background: #FFFFFF;
  967. border-radius: 10px;
  968. display: flex;
  969. justify-content: space-between;
  970. padding: 18rpx 20rpx;
  971. margin-top: 20rpx;
  972. }
  973. .adviserLeft{
  974. display: flex;
  975. }
  976. .advisertx{
  977. width: 62rpx;height: 62rpx;
  978. }
  979. .adviserNema{
  980. color: #333333;font-size: 30rpx;
  981. line-height: 62rpx;padding-left: 24rpx;
  982. }
  983. .adviserms{
  984. width: 118rpx;
  985. height: 36rpx;
  986. border-radius: 4rpx;
  987. border: 1px solid #D53533;
  988. line-height: 36rpx;
  989. text-align: center;
  990. margin-top: 12rpx;
  991. margin-left: 20rpx;
  992. color: #D53533;
  993. font-size: 24rpx;
  994. }
  995. .adviserJt{
  996. width: 12rpx;
  997. height: 20rpx;
  998. margin-top: 20rpx;
  999. }
  1000. .modular{
  1001. width: 702rpx;
  1002. /* height: 313rpx; */
  1003. background: #FFFFFF;
  1004. border-radius: 10px;
  1005. margin-top: 20rpx;
  1006. margin-left: 24rpx;
  1007. padding-bottom: 40rpx;
  1008. }
  1009. .swiper-item{
  1010. display: flex;
  1011. flex-wrap: wrap;
  1012. }
  1013. .itemImg{
  1014. width: 46rpx;
  1015. height: 46rpx;
  1016. }
  1017. .Menusline{
  1018. font-size: 24rpx;
  1019. color: #333333;
  1020. }
  1021. .itemLine{
  1022. width: 20%;
  1023. text-align: center;
  1024. padding-top: 40rpx;
  1025. }
  1026. .advertisement{
  1027. width: 702rpx;
  1028. height: 280rpx;
  1029. margin-top: 20rpx;
  1030. margin-left: 24rpx;
  1031. border-radius: 20rpx;
  1032. }
  1033. .swiper-item2{
  1034. width: 702rpx;
  1035. height: 280px;
  1036. }
  1037. .swiper-item2Img{
  1038. width: 702rpx;
  1039. height: 280rpx;
  1040. }
  1041. .hotMoreJt{
  1042. width: 12rpx;
  1043. height: 20rpx;
  1044. margin-top: 6rpx;
  1045. }
  1046. .Hot{
  1047. width: 702rpx;
  1048. margin-top: 20rpx;
  1049. margin-left: 24rpx;
  1050. }
  1051. .hotTop{
  1052. display: flex;
  1053. justify-content: space-between;
  1054. padding: 6rpx 0;
  1055. }
  1056. .hotSx{
  1057. width: 8rpx;
  1058. height: 30rpx;
  1059. background: #FF0000;
  1060. border-radius: 5rpx;
  1061. }
  1062. .hotLeft{
  1063. display: flex;
  1064. }
  1065. .hottitle{
  1066. font-weight: 500;
  1067. color: #333333;
  1068. font-size: 30rpx;
  1069. line-height: 30rpx;
  1070. margin-left: 16rpx;
  1071. }
  1072. .hotRight{
  1073. display: flex;
  1074. }
  1075. .hotMore{
  1076. line-height: 30rpx;color: #666666;font-size: 24rpx;
  1077. margin-right: 16rpx;
  1078. }
  1079. .hotLineTopImg{
  1080. width: 702rpx;
  1081. height: 280rpx;
  1082. display: block;
  1083. }
  1084. .hotLineTop{
  1085. position: relative;
  1086. height: 280rpx;
  1087. }
  1088. .hotLine{
  1089. margin-top: 20rpx;
  1090. border-radius: 10rpx;
  1091. background: #FFFFFF;
  1092. overflow: hidden;
  1093. }
  1094. .hotlinestate1{
  1095. width: 102rpx;
  1096. height: 44rpx;
  1097. background:#FBBF00 ;
  1098. line-height: 44rpx;
  1099. font-weight: 500;
  1100. color: #333333;
  1101. font-size: 24rpx;
  1102. text-align: center;
  1103. }
  1104. .hotlinestate2{
  1105. width: 102rpx;
  1106. height: 44rpx;
  1107. background:#FF0000 ;
  1108. line-height: 44rpx;
  1109. font-weight: 500;
  1110. color: #FFFFFF;
  1111. font-size: 24rpx;
  1112. text-align: center;
  1113. }
  1114. .hotlineTimebox{
  1115. position: absolute;
  1116. left: 0;
  1117. bottom: 0;
  1118. display: flex;
  1119. align-items: flex-end;
  1120. }
  1121. .hotTime{
  1122. background: rgba(0, 0, 0, 0.5);
  1123. font-weight: 400;
  1124. color: #FFFFFF;
  1125. font-size: 24rpx;
  1126. /* line-height: 44rpx; */
  1127. padding: 5rpx 20rpx;
  1128. margin-top: 9rpx;
  1129. margin-left: -8rpx;
  1130. border-radius: 0px 10rpx 0px 0px;
  1131. }
  1132. .hotName{
  1133. padding: 24rpx 20rpx;
  1134. color: #333333;
  1135. line-height: 40rpx;
  1136. font-size: 28rpx;
  1137. }
  1138. .hotGoodsLine{
  1139. margin-top: 30rpx;
  1140. padding: 20rpx;
  1141. background: #FFFFFF;
  1142. border-radius: 16rpx;
  1143. display: flex;
  1144. }
  1145. .hotGoodsLineImg{
  1146. width: 208rpx;
  1147. height: 194rpx;
  1148. border-radius: 16rpx;
  1149. border: 1px solid #EEEEEE;
  1150. display: block;
  1151. }
  1152. .goodsName{
  1153. font-size: 28rpx;
  1154. font-family: PingFangSC-Regular, PingFang SC;
  1155. font-weight: 400;
  1156. color: #333333;
  1157. line-height: 40rpx;
  1158. text-overflow: -o-ellipsis-lastline;
  1159. overflow: hidden;
  1160. text-overflow: ellipsis;
  1161. display: -webkit-box;
  1162. -webkit-line-clamp: 2;
  1163. line-clamp: 2;
  1164. -webkit-box-orient: vertical;
  1165. }
  1166. .hotGoodsLineRIght{
  1167. padding-left: 24rpx;
  1168. }
  1169. .goodsPrice{
  1170. display: flex;
  1171. padding-top: 10rpx;
  1172. }
  1173. .goodsPrice1{
  1174. font-size: 24rpx;
  1175. font-weight: 400;
  1176. color: #FF0000;
  1177. padding-top: 8rpx;
  1178. }
  1179. .goodsPrice2{
  1180. font-size: 22rpx;
  1181. font-weight: 400;
  1182. color: #FF0000;
  1183. padding-top: 10rpx;
  1184. }
  1185. .goodsPrice3{
  1186. font-size: 32rpx;
  1187. font-weight: 500;
  1188. color: #FF0000;
  1189. }
  1190. .goodsPrice4{
  1191. font-size: 24rpx;
  1192. font-weight: 400;
  1193. color: #999999;
  1194. padding-top: 8rpx;
  1195. padding-left: 10rpx;
  1196. text-decoration:line-through;
  1197. }
  1198. .Sold{
  1199. font-weight: 400;
  1200. color: #999999;
  1201. font-size: 24rpx;
  1202. padding-top: 8rpx;
  1203. }
  1204. .jkStateImg{
  1205. width: 102rpx;
  1206. height: 53rpx;
  1207. position: relative;
  1208. }
  1209. </style>