index.vue 29 KB

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