index.vue 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768
  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="!userInfo&&getwxLoing">
  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. <image src="../../static/timg/pic_def_ava@2x.png" mode="" class="carinfonocarIcon"></image>
  20. <view class="loginTitle">请先登录</view>
  21. <view>{{userInfo}}</view>
  22. </view>
  23. </view>
  24. </view>
  25. <view class="shoptopbox" v-if="userInfo&&getwxLoing">
  26. <view class="carinfoBox" v-if="carInfo" >
  27. <view class="carinfoBoxTop">
  28. <img :src="carInfo.brandLogo" alt="" class="carLogo" v-if="carInfo.brandLogo">
  29. <img src="../../static/timg/nocar.png" alt="" class="carLogo" v-else>
  30. <view class="carinfoBoxTopCont">
  31. <view class="carinfoBoxTopContTop">
  32. <view class="carInfoplateNumber">{{carInfo.plateNumber}}</view>
  33. <view class="carTnfomilage" v-if="carInfo.milage">{{carInfo.milage}}km</view>
  34. </view>
  35. <view class="carInfocarModel" v-if="carInfo.carModel">{{carInfo.carModel}}</view>
  36. <view class="carInfocarModel" v-else>暂无</view>
  37. </view>
  38. <view class="carinfoBoxTopRight" @click="changeCar">
  39. <img src="../../static/timg/icon_change@2x.png" alt="" class="carinfoBoxTopRightIcon">
  40. <view class="huancheBtn">换车</view>
  41. </view>
  42. </view>
  43. <!-- <view class="carInfoBottom">
  44. <view class="carInfoBottomLine">
  45. <view class="carInfoBottomLineTitle">下次保养里程</view>
  46. <view class="carInfoBottomLineTxt" v-if="carInfo.nextCareMilage">{{carInfo.nextCareMilage}}</view>
  47. <view class="carInfoBottomLineTxt" v-else>暂无</view>
  48. </view>
  49. <view class="carInfoBottomLine">
  50. <view class="carInfoBottomLineTitle">下次保养日期</view>
  51. <view class="carInfoBottomLineTxt" v-if="carInfo.nextCareDate">{{carInfo.nextCareDate.slice(0,10)}}</view>
  52. <view class="carInfoBottomLineTxt" v-else>暂无</view>
  53. </view>
  54. <view class="carInfoBottomLine">
  55. <view class="carInfoBottomLineTitle">保养手册</view>
  56. <view class="carInfoBottomLineTxt" @click="information">点击查看</view>
  57. </view>
  58. </view> -->
  59. <view class="bxBox">
  60. <view class="bxline bxline1">
  61. <img src="../../static/timg/car1.png" alt="" class="bxlineIcon">
  62. <view class="bxlineTitle">保险</view>
  63. <view class="bxlineMs1" v-if="carInfo.insuranceExpireDate">{{InsuranceExpireDate}}天到期</view>
  64. <view class="bxlineMs2" v-else>--</view>
  65. </view>
  66. <view class="bxline bxline2">
  67. <img src="../../static/timg/car2.png" alt="" class="bxlineIcon" >
  68. <view class="bxlineTitle">下次保养</view>
  69. <view class="bxlineMs1" v-if="carInfo.nextCareDate||carInfo.nextCareMilage">
  70. <span v-if="NextCareDate||NextCareDate===0">{{NextCareDate}}天后</span>
  71. <span v-if="NextCareDate===0&&carInfo.nextCareMilage">或</span>
  72. <span v-if="carInfo.nextCareMilage&&NextCareDate">或</span>
  73. <span v-if="carInfo.nextCareMilage">{{carInfo.nextCareMilage}}km</span>
  74. </view>
  75. <view class="bxlineMs2" v-else>--</view>
  76. </view>
  77. <view class="bxline bxline1">
  78. <img src="../../static/timg/car3.png" alt="" class="bxlineIcon" >
  79. <view class="bxlineTitle">年审</view>
  80. <view class="bxlineMs1" v-if="carInfo.nextAuditDate">{{NextAuditDate}}天到期</view>
  81. <view class="bxlineMs2" v-else>--</view>
  82. </view>
  83. <view class="bxline bxline2" v-if="homeCardList.openMCar.showType==1">
  84. <img src="../../static/timg/car4.png" alt="" class="bxlineIcon" >
  85. <view class="bxlineTitle">保养手册</view>
  86. <view class="bxlineMs2" @click="information">点击查看</view>
  87. </view>
  88. </view>
  89. </view>
  90. </view>
  91. <!-- 服务顾问 -->
  92. <view v-if="homeCardList.openMUsers">
  93. <view class="adviser" v-if="homeCardList.openMUsers.showType!=2&&managerInfo" @click="goMUsers()">
  94. <view class="adviserLeft">
  95. <img v-if="managerInfo.avatar" :src="managerInfo.avatar" alt="" class="advisertx">
  96. <img v-else src="../../static/timg/pic_def_ava@2x.png" alt="" class="advisertx">
  97. <view class="adviserNema">{{managerInfo.name}}</view>
  98. <view class="adviserms" :style="{border:'1px solid #'+themeColor,color:'#'+themeColor}">服务顾问</view>
  99. </view>
  100. <img src="../../static/timg/icon_arrow_right.png" alt="" class="adviserJt">
  101. </view>
  102. </view>
  103. <!-- 中间功能应用模块 -->
  104. <view class="modular" v-if="homeCardList.application.length>0">
  105. <view class="swiper-item">
  106. <view class="itemLine" @click="goRoter(item)" v-for="(item,index) in homeCardList.application">
  107. <view><img :src="item.icon" alt="" class="itemImg"></view>
  108. <view class="Menusline">{{item.name}}</view>
  109. </view>
  110. </view>
  111. </view>
  112. <view class="advertisement" v-if="homeCardList.ad1.length>0">
  113. <swiper class="swiper2" circular :autoplay="true" :interval="interval"
  114. :duration="duration" :indicator-dots="true" indicator-color="#CCCCCC" :indicator-active-color="'#'+themeColor">
  115. <swiper-item v-for="(item,index) in homeCardList.ad1">
  116. <view class="swiper-item2" @click="goRoter(item)">
  117. <image class="swiper-item2Img" :src="item.icon" mode=""></image>
  118. </view>
  119. </swiper-item>
  120. </swiper>
  121. </view>
  122. <view class="advertisement" v-if="homeCardList.ad2.length>0">
  123. <swiper class="swiper2" circular :autoplay="true" :interval="interval"
  124. :duration="duration" :indicator-dots="true" indicator-color="#CCCCCC" :indicator-active-color="'#'+themeColor">
  125. <swiper-item v-for="(item,index) in homeCardList.ad2">
  126. <view class="swiper-item2" @click="goRoter(item)">
  127. <image class="swiper-item2Img" :src="item.icon" mode=""></image>
  128. </view>
  129. </swiper-item>
  130. </swiper>
  131. </view>
  132. <view class="advertisement" v-if="homeCardList.ad3.length>0">
  133. <swiper class="swiper2" circular :autoplay="true" :interval="interval"
  134. :duration="duration" :indicator-dots="true" indicator-color="#CCCCCC" :indicator-active-color="'#'+themeColor">
  135. <swiper-item v-for="(item,index) in homeCardList.ad3">
  136. <view class="swiper-item2" @click="goRoter(item)">
  137. <image class="swiper-item2Img" :src="item.icon" mode=""></image>
  138. </view>
  139. </swiper-item>
  140. </swiper>
  141. </view>
  142. <!-- 热门活动 -->
  143. <view v-if="homeCardList.openMActivity&&homeCardList.openMActivity.openCollectingList">
  144. <view class="Hot" v-if="homeCardList.openMActivity.openCollectingList.length>0">
  145. <view class="hotTop">
  146. <view class="hotLeft">
  147. <view class="hotSx" :style="{background:'#'+themeColor}"></view>
  148. <view class="hottitle">{{homeCardList.openMActivity.showTitle?homeCardList.openMActivity.showTitle:'热门活动'}}</view>
  149. </view>
  150. <view class="hotRight" @click="moreJk">
  151. <view class="hotMore">更多</view>
  152. <img src="../../static/timg/icon_arrow_right.png" alt="" class="hotMoreJt">
  153. </view>
  154. </view>
  155. <view class="hotLine" @click="goJk(item)" v-for="(item,index) in homeCardList.openMActivity.openCollectingList" v-if="index<homeCardList.openMActivity.showCount">
  156. <view class="hotLineTop">
  157. <image class="hotLineTopImg" :src="item.img" mode=""></image>
  158. <view class="hotlineTimebox">
  159. <!-- <view class="hotlinestate1" v-if="item.state==2">进行中</view>
  160. <view class="hotlinestate2" v-if="item.state==1">未开始</view> -->
  161. <image class="jkStateImg" v-if="item.state==2" src="http://dmsphoto.66km.com.cn/thFiles/85EAAA7F-01A6-41A6-B25B-72FAD3E451AC.png" mode="" ></image>
  162. <image class="jkStateImg" v-if="item.state==1" src="http://dmsphoto.66km.com.cn/thFiles/EB46639B-85C9-4246-A3E3-EA87944DFC36.png" mode="" ></image>
  163. <view class="hotTime">{{item.startTime.slice(0,10)}}-{{item.endTime.slice(0,10)}}</view>
  164. </view>
  165. </view>
  166. <view class="hotName">{{item.activityName}}</view>
  167. <view class="groupType" v-if="item.groupType">拼团</view>
  168. </view>
  169. </view>
  170. </view>
  171. <!-- 热门商品 -->
  172. <view v-if="homeCardList.openMGoods">
  173. <view class="" v-if="homeCardList.openMGoods.goodsList&&homeCardList.openMGoods.goodsList.length>0">
  174. <view class="Hot" v-if="homeCardList.openMGoods.showType==1">
  175. <view class="hotTop">
  176. <view class="hotLeft">
  177. <view class="hotSx" :style="{background:'#'+themeColor}"></view>
  178. <view class="hottitle">{{homeCardList.openMGoods.showTitle?homeCardList.openMGoods.showTitle:'热门商品'}}</view>
  179. </view>
  180. <view class="hotRight" @click="goShop">
  181. <view class="hotMore">更多</view>
  182. <img src="../../static/timg/icon_arrow_right.png" alt="" class="hotMoreJt">
  183. </view>
  184. </view>
  185. <view v-if="homeCardList.openMGoods.showLayout==1">
  186. <view class="hotGoodsLine" v-for="(item,index) in homeCardList.openMGoods.goodsList" @click="goGoods(item)" v-if="index<homeCardList.openMGoods.showCount">
  187. <view>
  188. <image :src="item.url" mode="" class="hotGoodsLineImg"></image>
  189. </view>
  190. <view class="hotGoodsLineRIght">
  191. <view class="goodsName">{{item.name}}</view>
  192. <view class="Sold">
  193. <view v-if="item.showLabel&&item.showLabel.indexOf('3')!=-1">
  194. 已售 {{item.saleQty>0?item.saleQty:0}}
  195. </view>
  196. </view>
  197. <view class="goodsPrice">
  198. <view class="goodsPrice1" >{{item.saleLabel}}</view><!-- :style="{color:'#'+themeColor}" -->
  199. <view class="goodsPrice2" >¥</view>
  200. <view class="goodsPrice3" >{{item.salePrice}}
  201. <span v-if="item.categoryIds=='7B97D114-C419-42B2-9C1E-0B4CA284CDA0'">万</span>
  202. </view>
  203. <view class="goodsPrice4" v-if="item.showLabel&&item.scribingPrice&&item.showLabel.indexOf('1')!=-1">¥{{item.scribingPrice}}</view>
  204. </view>
  205. </view>
  206. </view>
  207. </view>
  208. <!-- 俩列的 -->
  209. <div class="goodsTwo" v-if="homeCardList.openMGoods.showLayout==2">
  210. <div class="goodsTwoLine" v-for="(item,index) in homeCardList.openMGoods.goodsList" @click="goGoods(item)" v-if="index<homeCardList.openMGoods.showCount">
  211. <div class="goodsTwoImg">
  212. <image :src="item.url" mode="" class="hotGoodsLineImg"></image>
  213. </div>
  214. <div class="goodsTwoName">{{item.name}}</div>
  215. <view class="Sold">
  216. <view v-if="item.showLabel&&item.showLabel.indexOf('3')!=-1">
  217. 已售 {{item.saleQty>0?item.saleQty:0}}
  218. </view>
  219. </view>
  220. <view class="goodsPrice">
  221. <view class="goodsPrice1" >{{item.saleLabel}}</view><!-- :style="{color:'#'+themeColor}" -->
  222. <view class="goodsPrice2" >¥</view>
  223. <view class="goodsPrice3" >{{item.salePrice}}
  224. <span v-if="item.categoryIds=='7B97D114-C419-42B2-9C1E-0B4CA284CDA0'">万</span>
  225. </view>
  226. <view class="goodsPrice4" v-if="item.showLabel&&item.scribingPrice&&item.showLabel.indexOf('1')!=-1">¥{{item.scribingPrice}}</view>
  227. </view>
  228. </div>
  229. </div>
  230. </view>
  231. </view>
  232. </view>
  233. <view style="height: 60rpx;"></view>
  234. <!-- 手机号授权 -->
  235. <view class="authorizBox" v-if="authorizShow" @click="authorizShowHide">
  236. <view class="authorizCont" @click.stop="">
  237. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  238. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  239. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  240. </view>
  241. <view style="text-align: center;padding-top: 56rpx;">
  242. <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  243. </view>
  244. </view>
  245. <!-- <view @getphonenumber="decryptPhoneNumber" >shopId:{{shopId}}</view>
  246. -->
  247. <view class="qrBox" v-if="qrSHow">
  248. <view class="qrimgBox">
  249. <view class="qrTitle">微信绑定
  250. <image src="../../static/timg/chahao.png" mode="" class="qrimgchahao" @click="qrclose"></image>
  251. </view>
  252. <view class="qrms">扫描/长按下方二维码进行绑定</view>
  253. <view class="qrms2">绑定后可接收微信消息通知</view>
  254. <view style="text-align: center;padding-top: 30rpx;">
  255. <image :src="qrimg" mode="" class="qrimg" :show-menu-by-longpress='true'></image>
  256. </view>
  257. <view class="qrBtn" @click="qrclose">我知道了</view>
  258. </view>
  259. </view>
  260. </view>
  261. </template>
  262. <script>
  263. export default {
  264. data() {
  265. return {
  266. shopId: '',
  267. url:'',
  268. wxOpenData:'',
  269. code:'',
  270. carInfo:'',
  271. homeCardList:'',
  272. authorizShow:false,
  273. miniAppName:'',
  274. iStatusBarHeight:'',
  275. managerInfo:'',
  276. unionId:'',
  277. ext:'',
  278. duration:500,
  279. interval:3000,
  280. InsuranceExpireDate:'',
  281. NextCareDate:'',
  282. NextAuditDate:'',
  283. themeColor:'',
  284. getwxLoing:false,
  285. shareID:'',
  286. discount:'',
  287. bizUserId:'',
  288. coCouponsMsg:'',
  289. coNoNewCustMsg:'',
  290. qrimg:'',
  291. qrSHow:false,
  292. customerInfo:'',
  293. userInfo:'',
  294. }
  295. },
  296. onLoad(opt) {
  297. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  298. var that=this;
  299. //this.$common.getExtStoreId()
  300. var ext=this.$common.getExtStoreId();
  301. this.ext=ext
  302. console.log("ext--themeColor")
  303. console.log(ext)
  304. //console.log( String(Date.now()))
  305. this.shopId=ext.shopId;
  306. this.url=ext.url;
  307. this.unionId=ext.unionId;
  308. var shareID = opt.scene //'F16E7299-6850-4015-ABCE-A9F2794B45B5'
  309. if (shareID) {
  310. this.shareID = shareID
  311. //this.$store.commit('mutationsshareID', shareID)
  312. }
  313. //this.shareID='C01DF9DA51A341888754DE0C4ADB29D9'
  314. //this.shareID='1BF04FAEC8844ECE9C40E880C3B13721'
  315. //this.unionId="26A1039A-DB10-4D0E-BBA2-541C06274EED";
  316. //this.ext.appId="wxffd2502e67d37908"
  317. // uni.setStorage({
  318. // key: 'extdata',
  319. // data: {
  320. // shopId:'E37BB296-5A08-4534-859D-B351BA611AF9',
  321. // },
  322. // success: function () {
  323. // that.uniLogin()
  324. // }
  325. // });
  326. //this.userInfo = uni.getStorageSync("userInfo");
  327. this.userInfo=this.$store.state.userInfo
  328. if(this.userInfo){
  329. //this.wxOpenData = uni.getStorageSync("wxOpenData");
  330. this.getCarList();
  331. this.queryHomeCardList()
  332. this.queryManagerInfo()
  333. }else{
  334. console.log("uniLogin")
  335. this.uniLogin()
  336. }
  337. //版本更新
  338. this.UpdateManager();
  339. },
  340. onShow() {
  341. this.userInfo=this.$store.state.userInfo;
  342. this.wxOpenData=this.$store.state.wxOpenData;
  343. var indexaddcar = uni.getStorageSync("indexaddcar");
  344. this.getwxLoing=true;
  345. if(this.userInfo){
  346. if(indexaddcar==1){
  347. uni.removeStorageSync('indexaddcar');
  348. this.getCarList();
  349. }else{
  350. this.carInfo=this.$store.state.carInfo;
  351. console.log("车辆信息")
  352. console.log(this.carInfo)
  353. if(!this.carInfo){
  354. this.getCarList();
  355. }
  356. this.jsTime()
  357. }
  358. }
  359. },
  360. onPullDownRefresh(){
  361. this.getCarList();
  362. this.queryHomeCardList()
  363. this.queryManagerInfo()
  364. setTimeout(() => {
  365. uni.stopPullDownRefresh(); // 关闭下拉刷新
  366. }, 1000);
  367. },
  368. methods: {
  369. seeQr(){
  370. // this.authorizShow = true;
  371. // return false;
  372. if (this.userInfo) {
  373. } else {
  374. this.authorizShow = true;
  375. return false;
  376. }
  377. uni.showLoading({
  378. title: '加载中'
  379. })
  380. this.$request.httpBinary('wxV2/createQrCode', {
  381. type:'bindWx',
  382. customerId:this.customerInfo.id,
  383. unionID:this.customerInfo.unionID,
  384. }, 'GET').then(res => {
  385. uni.hideLoading();
  386. this.qrimg = 'data:image/png;base64,'+uni.arrayBufferToBase64(res);
  387. this.qrSHow=true;
  388. //this.img= uni.arrayBufferToBase64(res)
  389. //console.log('list+=', this.queryShopList);
  390. })
  391. },
  392. qrclose(){
  393. this.qrSHow=false;
  394. },
  395. authorizShowHide(){
  396. this.authorizShow=false
  397. },
  398. UpdateManager(){
  399. const updateManager = uni.getUpdateManager();
  400. updateManager.onCheckForUpdate(function (res) {
  401. // 请求完新版本信息的回调
  402. console.log(res.hasUpdate);
  403. });
  404. updateManager.onUpdateReady(function (res) {
  405. uni.showModal({
  406. title: '更新提示',
  407. content: '新版本已经准备好,是否重启应用?',
  408. success(res) {
  409. if (res.confirm) {
  410. // 新的版本已经下载好,调用 applyUpdate 应用新版本并重启
  411. updateManager.applyUpdate();
  412. }
  413. }
  414. });
  415. });
  416. updateManager.onUpdateFailed(function (res) {
  417. // 新的版本下载失败
  418. uni.showToast({
  419. title: '新的版本下载失败',
  420. icon:'none',
  421. duration: 3000
  422. });
  423. });
  424. },
  425. addCar(){
  426. if(!this.userInfo){
  427. this.authorizShow=true;
  428. }else{
  429. uni.navigateTo({
  430. url:'../user/addCar/addCar?type=1'
  431. })
  432. }
  433. },
  434. goShop(){
  435. uni.switchTab({
  436. url:'../shop/shop'
  437. })
  438. },
  439. moreJk(){
  440. uni.switchTab({
  441. url:'../activity/activity'
  442. })
  443. },
  444. information(){
  445. console.log('车辆信息--',this.carInfo);
  446. uni.navigateTo({
  447. url:'handbook?mileage='+this.carInfo.milage+'&liyangId='+this.carInfo.nLevelID
  448. })
  449. },
  450. changeCar(){
  451. /* uni.scanCode({
  452. success: function (res) {
  453. console.log('条码类型:' + res.scanType);
  454. console.log( res);
  455. }
  456. });
  457. return false; */
  458. uni.navigateTo({
  459. url:'../user/addCar/cailist'
  460. })
  461. },
  462. goMUsers(){
  463. if(!this.userInfo){
  464. this.authorizShow=true;
  465. }else{
  466. var managerInfo={
  467. name:this.managerInfo.name,
  468. shopInfo:{
  469. shopName:this.managerInfo.shopInfo.shopName,
  470. provinceName:this.managerInfo.shopInfo.provinceName,
  471. cityName:this.managerInfo.shopInfo.cityName,
  472. areaName:this.managerInfo.shopInfo.areaName,
  473. Address:this.managerInfo.shopInfo.Address,
  474. },
  475. avatar:this.managerInfo.avatar,
  476. phone:this.managerInfo.phone,
  477. shopID:this.managerInfo.shopInfo.id
  478. }
  479. uni.navigateTo({
  480. url:'../index/personalCard?adInfo='+JSON.stringify(managerInfo)
  481. })
  482. }
  483. },
  484. goGoods(item){
  485. if(!this.userInfo){
  486. this.authorizShow=true;
  487. }else{
  488. uni.navigateTo({
  489. url:'../shop/goodsDetail?id='+item.id
  490. })
  491. }
  492. },
  493. goJk(item){
  494. if(!this.userInfo){
  495. this.authorizShow=true;
  496. }else{
  497. uni.navigateTo({
  498. url:'../activity/jkDetail?id='+item.id
  499. })
  500. }
  501. },
  502. goRoter(item){
  503. console.log(item)
  504. if(item.bizType==7){ //7门店列表
  505. uni.navigateTo({
  506. url:'shopList'
  507. })
  508. }else if(item.bizType==1){ //紧急救援
  509. uni.navigateTo({
  510. url:'rescue'
  511. })
  512. /* uni.showToast({
  513. title: '敬请期待',
  514. icon:'none',
  515. duration: 3000
  516. }); */
  517. }else
  518. if(!this.userInfo){
  519. this.authorizShow=true;
  520. }else{
  521. if(item.bizType==0){
  522. if(item.name=='新车'){ //
  523. uni.navigateTo({
  524. url:'newCar'
  525. })
  526. }else if(item.name=='二手车'){
  527. uni.navigateTo({
  528. url:'usedCar'
  529. })
  530. }else if(item.name=='爱车估价'){
  531. uni.navigateTo({
  532. url:'evaluation'
  533. })
  534. }else if(item.sortId==18){ //领券中心
  535. uni.navigateTo({
  536. url:'receiveCoupon'
  537. })
  538. }else if(item.sortId==19){ //救援测试
  539. uni.navigateTo({
  540. url:'rescue'
  541. })
  542. }
  543. else{
  544. uni.showToast({
  545. title: '敬请期待',
  546. icon:'none',
  547. duration: 3000
  548. });
  549. }
  550. }else if(item.bizType==2){ //钣金喷漆
  551. uni.navigateTo({
  552. url:'paint'
  553. })
  554. /* uni.navigateTo({
  555. url:'receiveCoupon'
  556. }) */
  557. }else if(item.bizType==3){ //保养
  558. uni.navigateTo({
  559. url:'maintain'
  560. })
  561. }else if(item.bizType==4){ //在线预约
  562. uni.navigateTo({
  563. url:'onlineBooking?naShopId='+item.naShopId
  564. })
  565. }else if(item.bizType==5){ //导航
  566. this.getShopinfo(5,item.reShopId)
  567. }else if(item.bizType==6){ //联系本店
  568. this.getShopinfo(6,item.orShopId)
  569. }else if(item.bizType==8){ //我的会员卡
  570. uni.navigateTo({
  571. url:'vipCard'
  572. })
  573. }else if(item.bizType==9){ //我的优惠券
  574. uni.navigateTo({
  575. url:'discountCard'
  576. })
  577. }else if(item.bizType==10){ //我的订单
  578. uni.navigateTo({
  579. url:'../user/myOrder/myOrder'
  580. })
  581. }else if(item.bizType==11){ //我的预约
  582. uni.navigateTo({
  583. url:'../user/myBespeak'
  584. })
  585. }else if(item.bizType==12){ //历史消费
  586. uni.navigateTo({
  587. url:'../user/historySpend'
  588. })
  589. }else if(item.bizType==12){ //历史消费
  590. uni.navigateTo({
  591. url:'../user/historySpend'
  592. })
  593. }else if(item.bizType==13){ //车检报告
  594. uni.navigateTo({
  595. url:'../user/checkReport'
  596. })
  597. }else if(item.bizType==14){ //指定商品分类
  598. uni.setStorage({
  599. key: 'shopcategoryID',
  600. data: item.bizId,
  601. success: function () {
  602. getApp().globalData.shopcategoryID=item.bizId;
  603. uni.switchTab({
  604. url:'../shop/shop?shopcategoryID='+ item.bizId
  605. })
  606. }
  607. });
  608. }else if(item.bizType==15){ //商品详情
  609. uni.navigateTo({
  610. url:'../shop/goodsDetail?id='+item.bizId
  611. })
  612. }else if(item.bizType==16){ //积分商城
  613. uni.navigateTo({
  614. url:'../integral/integral'
  615. })
  616. }else if(item.bizType==17){ //公司介绍
  617. uni.navigateTo({
  618. url:'aboutUS?unionID='+this.userInfo.unionId
  619. })
  620. }else if(item.bizType==18){ //领券中心
  621. uni.navigateTo({
  622. url:'receiveCoupon'
  623. })
  624. /* uni.navigateTo({
  625. url:'rescue'
  626. }) */
  627. }
  628. // uni.navigateTo({
  629. // url:url
  630. // })
  631. }
  632. },
  633. decryptPhoneNumber: function(e) {
  634. console.log(e);
  635. this.code=e.detail.code
  636. this.wxPhoneLogin()
  637. this.authorizShow=false;
  638. },
  639. wxgologin(){
  640. var that=this;
  641. uni.getUserProfile({
  642. lang:'zh_CN',
  643. desc:'登录',
  644. success:(res)=>{
  645. console.log(res);
  646. that.wxdata=res;
  647. uni.setStorage({
  648. key: 'wxdata',
  649. data: res,
  650. success: function () {
  651. that.uniLogin()
  652. }
  653. });
  654. },
  655. fail:(res)=>{
  656. console.log(res)
  657. }
  658. });
  659. },
  660. uniLogin(){
  661. var that=this;
  662. uni.login({
  663. provider: 'weixin',
  664. success: function (loginRes) {
  665. console.log(loginRes);
  666. that.getWxOpenID(loginRes)
  667. }
  668. });
  669. },
  670. getWxOpenID(e){
  671. var that=this;
  672. // uni.showLoading({
  673. // title: '加载中'
  674. // })
  675. this.$http('miniApp2/sys/getWxOpenID', {
  676. code:e.code,
  677. unionId:this.unionId,
  678. shareId:this.shareID
  679. },'GET').then(res => {
  680. console.log(res.code);
  681. console.log("授权信息")
  682. console.log(res)
  683. //uni.hideLoading();
  684. if(res.code!=0){
  685. //uni.hideLoading();
  686. var msg=res.msg
  687. if(!msg){
  688. msg='授权失败'
  689. }
  690. console.log(msg);
  691. // uni.showModal({
  692. // title: '提示',
  693. // content: msg,
  694. // success: function(resTK) {
  695. // if (resTK.confirm) {
  696. // }
  697. // }
  698. // });
  699. // uni.showToast({
  700. // title:msg,
  701. // icon: 'none',
  702. // duration: 3000
  703. // });
  704. //return false
  705. }
  706. this.wxOpenData=res.data;
  707. this.themeColor=res.data.themeColor
  708. //this.themeColor='FFFFFF'
  709. this.getwxLoing=true;
  710. uni.setNavigationBarTitle({
  711. title:this.wxOpenData.miniAppName
  712. })
  713. if(this.themeColor=='6F2BE8'){
  714. var backgroundImage='/static/tabimg/index6F2BE8.png'
  715. }
  716. if(this.themeColor=='1677FF'){
  717. var backgroundImage='/static/tabimg/index1677FF.png'
  718. }
  719. if(this.themeColor=='FF4F00'){
  720. var backgroundImage='/static/tabimg/indexFF4F00.png'
  721. }
  722. if(this.themeColor=='D53533'){
  723. var backgroundImage='/static/tabimg/index1.png'
  724. }
  725. uni.setTabBarStyle({
  726. // color: '#FF0000',
  727. selectedColor: '#'+this.themeColor,
  728. })
  729. uni.setTabBarItem({
  730. index: 0,
  731. text: '首页',
  732. selectedIconPath: backgroundImage
  733. })
  734. if(res.code==0){
  735. that.queryHomeCardList()
  736. }
  737. //that.wxPhoneLogin()
  738. this.$store.commit('mutationswxOpenData', that.wxOpenData)
  739. uni.setStorage({
  740. key: 'wxOpenData',
  741. data: that.wxOpenData,
  742. success: function () {
  743. // that.uniLogin()
  744. }
  745. });
  746. uni.setStorage({
  747. key: 'themeColor',
  748. data: that.themeColor,
  749. success: function () {
  750. // that.uniLogin()
  751. console.log("themeColor=="+that.themeColor)
  752. }
  753. });
  754. if(this.wxOpenData.loginInfo){
  755. this.$store.commit('mutationsuserInfo', that.wxOpenData.loginInfo.openUser)
  756. this.userInfo=that.wxOpenData.loginInfo.openUser
  757. console.log("this.userInfo")
  758. console.log(this.userInfo)
  759. that.queryManagerInfo()
  760. uni.setStorage({
  761. key: 'userInfo',
  762. data: that.wxOpenData.loginInfo.openUser,
  763. success: function () {
  764. that.getCarList()
  765. }
  766. });
  767. }else{
  768. //this.authorizShow=true;
  769. }
  770. if(res.data.loginInfo.discount){
  771. that.discount=res.data.loginInfo.discount;
  772. if(that.discount==2){
  773. that.bizUserId=res.data.loginInfo.bizUserId;
  774. }
  775. if(that.shareID){
  776. that.getCouponList()
  777. }
  778. }
  779. if(res.data.loginInfo.coNoNewCustMsg){ //车主合伙人二维码提示
  780. uni.showModal({
  781. title: '提示',
  782. content:res.data.loginInfo.coNoNewCustMsg,
  783. success: function(resTKk) {
  784. }
  785. });
  786. }
  787. //console.log("优惠券")
  788. })
  789. },
  790. wxPhoneLogin(){
  791. var that=this;
  792. this.$http('miniApp2/sys/wxPhoneLogin', {
  793. appId:this.ext.appId,
  794. unionId:this.unionId,
  795. code:this.code,
  796. openId:this.wxOpenData.openid,
  797. shareId:this.shareID
  798. },'POST').then(res => {
  799. var data = res.data;
  800. if(data.newCustomer){
  801. uni.showModal({
  802. title: '提示',
  803. content: data.newCustomerMsg,
  804. success: function(resTK) {
  805. }
  806. });
  807. var token=res.data.token
  808. data.loginInfo={}
  809. data.loginInfo.token=token
  810. this.$store.commit('mutationswxOpenData', data);
  811. return false;
  812. }
  813. if(data.loginInfo){
  814. this.userInfo=data.loginInfo.openUser;
  815. this.customerInfo=data.loginInfo.customerInfo
  816. this.$store.commit('mutationsuserInfo', this.userInfo);
  817. this.$store.commit('mutationswxOpenData', data);
  818. uni.setStorage({
  819. key: 'userInfo',
  820. data: data.loginInfo.openUser,
  821. success: function () {
  822. that.getCarList()
  823. that.queryHomeCardList()
  824. that.queryManagerInfo();
  825. if(data.loginInfo.coCouponsMsg){
  826. uni.hideLoading()
  827. that.coCouponsMsg =data.loginInfo.coCouponsMsg;
  828. that.ownerCoupon()
  829. }
  830. if(data.loginInfo.coNoNewCustMsg){
  831. //console.log(data.loginInfo.coNoNewCustMsg)
  832. uni.hideLoading()
  833. that.coNoNewCustMsg =data.loginInfo.coNoNewCustMsg;
  834. that.coNoNewCust()
  835. }
  836. if(data.loginInfo.discount){
  837. that.discount=data.loginInfo.discount;
  838. if(that.discount==2){
  839. that.bizUserId=data.loginInfo.bizUserId;
  840. }
  841. if(that.shareID&&that.discount==2){
  842. that.getCouponList()
  843. }
  844. }
  845. }
  846. });
  847. if(!this.customerInfo.wxMiniV2OpenID){
  848. this.seeQr()
  849. }
  850. }
  851. })
  852. },
  853. coNoNewCust(){
  854. console.log(111111)
  855. var that=this;
  856. uni.showModal({
  857. title: '提示',
  858. content: that.coNoNewCustMsg,
  859. success: function(resTK) {
  860. }
  861. });
  862. },
  863. ownerCoupon(){
  864. console.log(22222)
  865. var that=this;
  866. uni.showModal({
  867. title: '提示',
  868. content: that.coCouponsMsg,
  869. cancelText:'回到首页',
  870. confirmText:'查看',
  871. success: function(resTK) {
  872. if (resTK.confirm) {
  873. uni.navigateTo({
  874. url:'discountCard'
  875. })
  876. }
  877. }
  878. });
  879. },
  880. getCouponList(){
  881. if(this.discount!=2){
  882. var params={
  883. discount:this.discount
  884. }
  885. }else{
  886. var params={
  887. discount:this.discount,
  888. bizId:this.bizUserId
  889. }
  890. }
  891. var that=this;
  892. this.$http('opencoupon/getCouponList', params, 'GET').then(res => {
  893. var list = res.data;
  894. if(list.length>0){
  895. uni.showModal({
  896. title: '提示',
  897. content: '您有优惠券待领取',
  898. cancelText:'回到首页',
  899. confirmText:'查看',
  900. success: function(resTK) {
  901. if (resTK.confirm) {
  902. uni.navigateTo({
  903. url:'discountDlq?bizUserId='+that.bizUserId+'&discount='+that.discount
  904. })
  905. }
  906. }
  907. });
  908. }
  909. })
  910. },
  911. getCarList(){
  912. this.$http('opencarOwnerHome/queryCarInfoList', {
  913. },'GET').then(res => {
  914. if(res.code==401){
  915. // this.uniLogin()
  916. this.carInfo=''
  917. this.$store.commit('mutationscarInfo', '')
  918. }else{
  919. this.carInfo=res.data[0]
  920. //this.carInfo=[]
  921. this.$store.commit('mutationscarInfo', this.carInfo)
  922. /* this.carInfo.insuranceExpireDate='2022-11-11';
  923. this.carInfo.nextAuditDate='2022-08-13'; */
  924. //this.carInfo.nextCareDate='2022-08-11';
  925. //this.carInfo.nextCareMilage=11
  926. this.jsTime()
  927. }
  928. })
  929. },
  930. jsTime(){
  931. if(this.carInfo.insuranceExpireDate){
  932. if (Number(new Date().getTime()) > (Number(new Date(this.carInfo.insuranceExpireDate.replace(/-/g, '/')).getTime()) || 0)) {
  933. console.log("现在时间大于开始时间")
  934. this.InsuranceExpireDate = 0
  935. } else {
  936. this.clock()
  937. }
  938. }else{
  939. this.InsuranceExpireDate=''
  940. }
  941. if(this.carInfo.nextCareDate){
  942. if (Number(new Date().getTime()) > (Number(new Date(this.carInfo.nextCareDate.replace(/-/g, '/')).getTime()) || 0)) {
  943. this.NextCareDate = 0
  944. } else {
  945. this.clock2()
  946. }
  947. }else{
  948. this.NextCareDate = ''
  949. }
  950. if(this.carInfo.nextAuditDate){
  951. if (Number(new Date().getTime()) > (Number(new Date(this.carInfo.nextAuditDate.replace(/-/g, '/')).getTime()) || 0)) {
  952. this.NextAuditDate = 0
  953. } else {
  954. this.clock3()
  955. }
  956. }else{
  957. this.NextAuditDate=''
  958. }
  959. },
  960. clock () {
  961. let _this = this
  962. let today = new Date() // 当前时间
  963. let h = today.getHours()
  964. let m = today.getMinutes()
  965. let s = today.getSeconds()
  966. let stopTime = new Date(_this.carInfo.insuranceExpireDate.replace(/-/g, '/')) // 结束时间
  967. let stopH = stopTime.getHours()
  968. let stopM = stopTime.getMinutes()
  969. let stopS = stopTime.getSeconds()
  970. let shenyu = stopTime.getTime() - today.getTime() // 倒计时毫秒数
  971. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  972. this.InsuranceExpireDate=shengyuD+1;
  973. // setTimeout(_this.clock, 500)
  974. },
  975. clock2 () {
  976. let _this = this
  977. let today = new Date() // 当前时间
  978. let stopTime = new Date(_this.carInfo.nextCareDate.replace(/-/g, '/')) // 结束时间
  979. let stopH = stopTime.getHours()
  980. let stopM = stopTime.getMinutes()
  981. let stopS = stopTime.getSeconds()
  982. let shenyu = stopTime.getTime() - today.getTime() // 倒计时毫秒数
  983. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  984. this.NextCareDate=shengyuD+1;
  985. // setTimeout(_this.clock, 500)
  986. },
  987. clock3 () {
  988. let _this = this
  989. let today = new Date() // 当前时间
  990. let stopTime = new Date(_this.carInfo.nextAuditDate.replace(/-/g, '/')) // 结束时间
  991. let shenyu = stopTime.getTime() - today.getTime() // 倒计时毫秒数
  992. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  993. this.NextAuditDate=shengyuD+1;
  994. // setTimeout(_this.clock, 500)
  995. },
  996. queryManagerInfo(){
  997. console.log("11")
  998. this.$http('openHome/queryManagerInfo', {
  999. },'GET').then(res => {
  1000. this.managerInfo=res.data
  1001. })
  1002. },
  1003. queryHomeCardList(){
  1004. //console.log(this.wxOpenData)
  1005. var that=this;
  1006. uni.showLoading({
  1007. title: '加载中'
  1008. })
  1009. this.$http('openHome/queryHomeCardList', {
  1010. unionId:this.unionId
  1011. },'GET').then(res => {
  1012. uni.hideLoading();
  1013. this.homeCardList=res.data;
  1014. uni.setStorage({
  1015. key: 'openMCar',
  1016. data: res.data.openMCar,
  1017. success: function () {
  1018. that.getCarList()
  1019. }
  1020. });
  1021. })
  1022. },
  1023. getShopinfo(num,shopId){
  1024. var that=this;
  1025. uni.showLoading({
  1026. title: '加载中'
  1027. })
  1028. if(!shopId){
  1029. shopId=''
  1030. }
  1031. this.$http('openmy/getShopinfo', {
  1032. shopId:shopId
  1033. },'GET').then(res => {
  1034. uni.hideLoading();
  1035. var res=res.data
  1036. if(num==5){
  1037. uni.openLocation({
  1038. latitude:Number(res.lat),
  1039. longitude:Number(res.lng),
  1040. name: res.shopName,
  1041. address: res.address,
  1042. success: function() {
  1043. console.log('success');
  1044. },
  1045. fail(err) {
  1046. console.log(err)
  1047. }
  1048. });
  1049. }else{
  1050. uni.makePhoneCall({
  1051. phoneNumber: res.mobilePhone
  1052. });
  1053. }
  1054. })
  1055. }
  1056. },
  1057. onShareAppMessage(){
  1058. }
  1059. }
  1060. </script>
  1061. <style scoped>
  1062. .qrBox{
  1063. position: fixed;
  1064. width: 100vw;
  1065. height: 100vh;
  1066. background: rgba(0,0,0,0.5);
  1067. left: 0;
  1068. top: 0;
  1069. z-index: 11;
  1070. display: flex;
  1071. justify-content: center;
  1072. align-items: center;
  1073. flex-direction: column;
  1074. }
  1075. .qrimgBox{
  1076. width: 562rpx;
  1077. height: 704rpx;
  1078. background: #FFFFFF;
  1079. border-radius: 24rpx;
  1080. }
  1081. .qrTitle{
  1082. font-size: 30rpx;
  1083. font-family: PingFangSC-Medium, PingFang SC;
  1084. font-weight: 500;
  1085. color: #333333;
  1086. border-bottom: 1px solid #EEEEEE;
  1087. text-align: center;
  1088. line-height: 90rpx;
  1089. position: relative;
  1090. }
  1091. .qrimgchahao{
  1092. width: 38rpx;
  1093. height: 38rpx;
  1094. position: absolute;
  1095. top: 26rpx;
  1096. right: 20rpx;
  1097. }
  1098. .qrms{
  1099. font-weight: 400;
  1100. color: #999999;
  1101. line-height: 37rpx;
  1102. font-size: 26rpx;
  1103. padding-top: 23rpx;
  1104. text-align: center;
  1105. }
  1106. .qrms2{
  1107. font-weight: 400;
  1108. color: #999999;
  1109. line-height: 37rpx;
  1110. font-size: 26rpx;
  1111. text-align: center;
  1112. }
  1113. .qrimg{
  1114. width: 328rpx;
  1115. height: 328rpx;
  1116. }
  1117. .qrBtn{
  1118. width: 292rpx;
  1119. height: 64rpx;
  1120. background: #D53533;
  1121. border-radius: 32rpx;
  1122. color: #FFFFFF;
  1123. line-height: 64rpx;
  1124. text-align: center;
  1125. margin: 0 auto;
  1126. margin-top:40rpx;
  1127. }
  1128. .goodsTwo{
  1129. display: flex;
  1130. justify-content: space-between;
  1131. flex-wrap: wrap;
  1132. }
  1133. .goodsTwoLine{
  1134. background: #FFFFFF;width: 341rpx;
  1135. margin-top: 20rpx;
  1136. padding-bottom: 20rpx;
  1137. border-radius: 16rpx;
  1138. overflow: hidden;
  1139. }
  1140. .goodsTwoImg .hotGoodsLineImg{
  1141. margin: 0 auto;
  1142. width: 100%;
  1143. height: 340rpx;
  1144. border-radius: 0;
  1145. border: none;
  1146. }
  1147. .goodsTwoLine .Sold{
  1148. padding-left: 20rpx;
  1149. }
  1150. .goodsTwoLine .goodsPrice{
  1151. padding-left: 20rpx;
  1152. }
  1153. .goodsTwoImg{
  1154. padding-bottom: 30rpx;
  1155. }
  1156. .goodsTwoName{
  1157. font-weight: 400;
  1158. color: #333333;
  1159. font-size: 26rpx;
  1160. line-height: 38rpx;
  1161. padding: 0 20rpx;
  1162. text-overflow: -o-ellipsis-lastline;
  1163. overflow: hidden;
  1164. text-overflow: ellipsis;
  1165. display: -webkit-box;
  1166. -webkit-line-clamp: 2;
  1167. line-clamp: 2;
  1168. -webkit-box-orient: vertical;
  1169. }
  1170. .bxBox{
  1171. display: flex;
  1172. flex-wrap: wrap;
  1173. }
  1174. .bxline{
  1175. display: flex;
  1176. padding-top: 22rpx;
  1177. }
  1178. .bxline1{
  1179. width: 40%;
  1180. }
  1181. .bxline2{
  1182. width: 60%;
  1183. }
  1184. .bxlineTitle{
  1185. color: #333333;
  1186. font-size: 26rpx;
  1187. line-height: 37rpx;
  1188. padding-left: 10rpx;
  1189. }
  1190. .bxlineMs1{
  1191. line-height: 37rpx;
  1192. color: #D53533;
  1193. font-size: 26rpx;
  1194. padding-left: 12rpx;
  1195. }
  1196. .bxlineMs2{
  1197. line-height: 37rpx;
  1198. color: #999999;
  1199. font-size: 24rpx;
  1200. padding-left: 12rpx;
  1201. }
  1202. .bxlineIcon{
  1203. width: 34rpx;
  1204. height: 34rpx;
  1205. margin-left: 24rpx;
  1206. }
  1207. .indexTop{
  1208. /* background: #D53533; */
  1209. width: 750rpx;
  1210. position: fixed;
  1211. top: 0;
  1212. left: 0;
  1213. z-index: 11;
  1214. }
  1215. .indexnav{
  1216. height: 44px;
  1217. line-height: 44px;
  1218. text-align: center;
  1219. font-size: 36rpx;
  1220. color: #FFFFFF;
  1221. }
  1222. .authorizBox{
  1223. width: 100vw;
  1224. height: 100vh;
  1225. background: rgba(0, 0, 0, 0.5);
  1226. position: fixed;
  1227. top: 0;
  1228. left: 0;
  1229. }
  1230. .authorizCont{
  1231. margin-top: 30vh;
  1232. width: 564rpx;
  1233. height: 408rpx;
  1234. background: #FFFFFF;
  1235. border-radius: 24rpx;
  1236. margin-left: 93rpx;
  1237. position: relative;
  1238. }
  1239. .authorizCloseImg{
  1240. width: 62rpx;
  1241. height: 62rpx;
  1242. }
  1243. .sqLogoBox{
  1244. width: 180rpx;
  1245. height: 180rpx;
  1246. background: #FFFFFF;
  1247. border-radius: 90rpx;
  1248. text-align: center;
  1249. position: absolute;
  1250. top: -50rpx;
  1251. left: 192rpx;
  1252. }
  1253. .authorizName{
  1254. color: #333333;
  1255. line-height: 42rpx;
  1256. font-size: 30rpx;
  1257. text-align: center;
  1258. padding-top: 58rpx;
  1259. }
  1260. .authorizMs{
  1261. color: #999999;
  1262. line-height: 36rpx;
  1263. font-size: 26rpx;
  1264. width: 452rpx;
  1265. padding-top: 24rpx;
  1266. text-align: center;
  1267. margin-left: 56rpx;
  1268. }
  1269. .authorizContbutton{
  1270. width: 422rpx;
  1271. height: 88rpx;
  1272. background: #D53533;
  1273. border-radius: 44rpx;
  1274. line-height: 88rpx;
  1275. text-align: center;
  1276. font-size:30rpx;
  1277. color: #FFFFFF;
  1278. margin-top: 62rpx;
  1279. margin-left:71rpx;
  1280. }
  1281. .content{
  1282. min-height: 100vh;
  1283. background: #F4F5F7;
  1284. }
  1285. .topBox{
  1286. width: 750rpx;
  1287. height: 150rpx;
  1288. /* background: #D53533; */
  1289. }
  1290. .yuanhu{
  1291. width: 750rpx;
  1292. height: 50rpx;
  1293. /* background: #D53533; */
  1294. border-radius: 0 0 100% 100%;
  1295. }
  1296. .carinfoBox{
  1297. width: 702rpx;
  1298. /* height: 250rpx; */
  1299. background: #FFFFFF;
  1300. border-radius: 10rpx;
  1301. margin-left: 24rpx;
  1302. overflow: hidden;
  1303. height: 270rpx;
  1304. }
  1305. .carinfoBox2{
  1306. width: 702rpx;
  1307. height: 180rpx;
  1308. background: #FFFFFF;
  1309. border-radius: 10rpx;
  1310. margin-left: 24rpx;
  1311. overflow: hidden;
  1312. }
  1313. .carinfoBox2{
  1314. }
  1315. .carinfoBox .carLogo{
  1316. width: 60rpx;height: 60rpx;
  1317. margin-top: 6rpx;
  1318. }
  1319. .carinfoBoxTop{
  1320. display: flex;
  1321. justify-content: space-between;
  1322. padding-top: 29rpx;
  1323. padding-left: 24rpx;
  1324. padding-right: 20rpx;
  1325. padding-bottom: 24rpx;
  1326. border: 1px solid #EEEEEE;
  1327. }
  1328. .carinfoBoxTopCont{
  1329. width: 454rpx;
  1330. }
  1331. .carinfoBoxTopContTop{
  1332. display: flex;
  1333. }
  1334. .carInfoplateNumber{
  1335. font-weight: 500;
  1336. color: #3C3C3C;
  1337. font-size: 30rpx;
  1338. line-height: 42rpx;
  1339. padding-right: 16rpx;
  1340. }
  1341. .carTnfomilage{
  1342. color: #F19D01;
  1343. font-size: 22rpx;
  1344. padding: 0rpx 10rpx;
  1345. border-radius: 4rpx;
  1346. border: 1px solid #F19D01;
  1347. height: 32rpx;
  1348. line-height: 34rpx;
  1349. margin-top: 2rpx;
  1350. margin-left: 2rpx;
  1351. }
  1352. .carInfocarModel{
  1353. width: 454rpx;
  1354. color: #666666;
  1355. font-size: 26rpx;
  1356. white-space: nowrap;
  1357. overflow: hidden;
  1358. text-overflow: ellipsis;
  1359. }
  1360. .carinfoBoxTopRight{
  1361. display: flex;padding-top: 25rpx;
  1362. }
  1363. .carinfoBoxTopRightIcon{
  1364. width: 29rpx;
  1365. height: 31rpx;
  1366. }
  1367. .huancheBtn{
  1368. color: #666666; font-size: 26rpx;line-height: 31rpx;
  1369. padding-left: 10rpx;
  1370. }
  1371. .carInfoBottom{
  1372. display: flex;
  1373. justify-content: space-around;
  1374. }
  1375. .carInfoBottomLineTitle{
  1376. color: #999999;font-size: 24rpx;
  1377. text-align: center;
  1378. padding-top: 24rpx;
  1379. }
  1380. .carInfoBottomLineTxt{
  1381. color: #3C3C3C;
  1382. font-size: 26rpx;
  1383. padding-top: 5rpx;
  1384. text-align: center;
  1385. }
  1386. .carinfonocarIcon{
  1387. width: 72rpx;
  1388. height: 72rpx;
  1389. }
  1390. .carinfoBoxNocar{
  1391. display: flex;
  1392. padding-top: 50rpx;
  1393. padding-left: 20rpx;
  1394. }
  1395. .carinfoBoxNocarRightTitle{
  1396. font-weight: 500;
  1397. color: #3C3C3C;
  1398. font-size: 30rpx;
  1399. }
  1400. .loginTitle{
  1401. font-weight: 600;
  1402. color: #3C3C3C;
  1403. font-size: 30rpx;
  1404. padding-left: 20rpx;
  1405. line-height: 72rpx;
  1406. }
  1407. .carinfoBoxNocarRightMS{
  1408. color: #666666;
  1409. font-size: 26rpx;
  1410. }
  1411. .carinfoBoxNocarRight{
  1412. padding-left: 24rpx;
  1413. }
  1414. .shoptopbox{
  1415. margin-top: -170rpx;
  1416. }
  1417. .shoptopbox2{
  1418. margin-top: -170rpx;
  1419. }
  1420. .adviser{
  1421. width: 662rpx;
  1422. margin-left: 24rpx;
  1423. background: #FFFFFF;
  1424. border-radius: 10px;
  1425. display: flex;
  1426. justify-content: space-between;
  1427. padding: 18rpx 20rpx;
  1428. margin-top: 20rpx;
  1429. }
  1430. .adviserLeft{
  1431. display: flex;
  1432. }
  1433. .advisertx{
  1434. width: 62rpx;height: 62rpx;
  1435. }
  1436. .adviserNema{
  1437. color: #333333;font-size: 30rpx;
  1438. line-height: 62rpx;padding-left: 24rpx;
  1439. }
  1440. .adviserms{
  1441. width: 118rpx;
  1442. height: 36rpx;
  1443. border-radius: 4rpx;
  1444. border: 1px solid #D53533;
  1445. line-height: 36rpx;
  1446. text-align: center;
  1447. margin-top: 12rpx;
  1448. margin-left: 20rpx;
  1449. color: #D53533;
  1450. font-size: 24rpx;
  1451. }
  1452. .adviserJt{
  1453. width: 12rpx;
  1454. height: 20rpx;
  1455. margin-top: 20rpx;
  1456. }
  1457. .modular{
  1458. width: 702rpx;
  1459. /* height: 313rpx; */
  1460. background: #FFFFFF;
  1461. border-radius: 10px;
  1462. margin-top: 20rpx;
  1463. margin-left: 24rpx;
  1464. padding-bottom: 40rpx;
  1465. }
  1466. .swiper-item{
  1467. display: flex;
  1468. flex-wrap: wrap;
  1469. }
  1470. .itemImg{
  1471. width: 46rpx;
  1472. height: 46rpx;
  1473. }
  1474. .Menusline{
  1475. font-size: 24rpx;
  1476. color: #333333;
  1477. }
  1478. .itemLine{
  1479. width: 20%;
  1480. text-align: center;
  1481. padding-top: 40rpx;
  1482. }
  1483. .advertisement{
  1484. width: 702rpx;
  1485. height: 280rpx;
  1486. margin-top: 20rpx;
  1487. margin-left: 24rpx;
  1488. border-radius: 20rpx;
  1489. }
  1490. .swiper-item2{
  1491. width: 702rpx;
  1492. height: 280px;
  1493. }
  1494. .swiper-item2Img{
  1495. width: 702rpx;
  1496. height: 280rpx;
  1497. }
  1498. .hotMoreJt{
  1499. width: 12rpx;
  1500. height: 20rpx;
  1501. margin-top: 6rpx;
  1502. }
  1503. .Hot{
  1504. width: 702rpx;
  1505. margin-top: 20rpx;
  1506. margin-left: 24rpx;
  1507. }
  1508. .hotTop{
  1509. display: flex;
  1510. justify-content: space-between;
  1511. padding: 6rpx 0;
  1512. }
  1513. .hotSx{
  1514. width: 8rpx;
  1515. height: 30rpx;
  1516. background: #FF0000;
  1517. border-radius: 5rpx;
  1518. }
  1519. .hotLeft{
  1520. display: flex;
  1521. }
  1522. .hottitle{
  1523. font-weight: 500;
  1524. color: #333333;
  1525. font-size: 30rpx;
  1526. line-height: 30rpx;
  1527. margin-left: 16rpx;
  1528. }
  1529. .hotRight{
  1530. display: flex;
  1531. }
  1532. .hotMore{
  1533. line-height: 30rpx;color: #666666;font-size: 24rpx;
  1534. margin-right: 16rpx;
  1535. }
  1536. .hotLineTopImg{
  1537. width: 702rpx;
  1538. height: 280rpx;
  1539. display: block;
  1540. }
  1541. .hotLineTop{
  1542. position: relative;
  1543. height: 280rpx;
  1544. }
  1545. .hotLine{
  1546. margin-top: 20rpx;
  1547. border-radius: 10rpx;
  1548. background: #FFFFFF;
  1549. overflow: hidden;
  1550. position: relative;
  1551. }
  1552. .groupType{
  1553. width: 76rpx;color: #FFFFFF;
  1554. height: 36rpx;line-height: 36rpx;text-align: center;
  1555. background: linear-gradient(109deg, #FD5A04 0%, #FD0900 100%);
  1556. border-radius: 0rpx 10rpx 0rpx 10rpx;
  1557. position: absolute;font-weight: 500;
  1558. top: 0;right: 0;font-size: 24rpx;
  1559. }
  1560. .hotlinestate1{
  1561. width: 102rpx;
  1562. height: 44rpx;
  1563. background:#FBBF00 ;
  1564. line-height: 44rpx;
  1565. font-weight: 500;
  1566. color: #333333;
  1567. font-size: 24rpx;
  1568. text-align: center;
  1569. }
  1570. .hotlinestate2{
  1571. width: 102rpx;
  1572. height: 44rpx;
  1573. background:#FF0000 ;
  1574. line-height: 44rpx;
  1575. font-weight: 500;
  1576. color: #FFFFFF;
  1577. font-size: 24rpx;
  1578. text-align: center;
  1579. }
  1580. .hotlineTimebox{
  1581. position: absolute;
  1582. left: 0;
  1583. bottom: 0;
  1584. display: flex;
  1585. align-items: flex-end;
  1586. }
  1587. .hotTime{
  1588. background: rgba(0, 0, 0, 0.5);
  1589. font-weight: 400;
  1590. color: #FFFFFF;
  1591. font-size: 24rpx;
  1592. /* line-height: 44rpx; */
  1593. padding: 5rpx 20rpx;
  1594. margin-top: 9rpx;
  1595. margin-left: -8rpx;
  1596. border-radius: 0px 10rpx 0px 0px;
  1597. }
  1598. .hotName{
  1599. padding: 24rpx 20rpx;
  1600. color: #333333;
  1601. line-height: 40rpx;
  1602. font-size: 28rpx;
  1603. }
  1604. .hotGoodsLine{
  1605. margin-top: 30rpx;
  1606. padding: 20rpx;
  1607. background: #FFFFFF;
  1608. border-radius: 16rpx;
  1609. display: flex;
  1610. }
  1611. .hotGoodsLineImg{
  1612. width: 208rpx;
  1613. height: 194rpx;
  1614. border-radius: 16rpx;
  1615. border: 1px solid #EEEEEE;
  1616. display: block;
  1617. }
  1618. .goodsName{
  1619. font-size: 28rpx;
  1620. font-family: PingFangSC-Regular, PingFang SC;
  1621. font-weight: 400;
  1622. color: #333333;
  1623. line-height: 40rpx;
  1624. text-overflow: -o-ellipsis-lastline;
  1625. overflow: hidden;
  1626. text-overflow: ellipsis;
  1627. display: -webkit-box;
  1628. -webkit-line-clamp: 2;
  1629. line-clamp: 2;
  1630. -webkit-box-orient: vertical;
  1631. }
  1632. .hotGoodsLineRIght{
  1633. padding-left: 24rpx;
  1634. }
  1635. .goodsPrice{
  1636. display: flex;
  1637. padding-top: 10rpx;
  1638. }
  1639. .goodsPrice1{
  1640. font-size: 24rpx;
  1641. font-weight: 400;
  1642. color: #FF0000;
  1643. padding-top: 8rpx;
  1644. }
  1645. .goodsPrice2{
  1646. font-size: 22rpx;
  1647. font-weight: 400;
  1648. color: #FF0000;
  1649. padding-top: 10rpx;
  1650. }
  1651. .goodsPrice3{
  1652. font-size: 32rpx;
  1653. font-weight: 500;
  1654. color: #FF0000;
  1655. }
  1656. .goodsPrice4{
  1657. font-size: 24rpx;
  1658. font-weight: 400;
  1659. color: #999999;
  1660. padding-top: 8rpx;
  1661. padding-left: 10rpx;
  1662. text-decoration:line-through;
  1663. }
  1664. .Sold{
  1665. font-weight: 400;
  1666. color: #999999;
  1667. font-size: 24rpx;
  1668. padding-top: 8rpx;
  1669. }
  1670. .jkStateImg{
  1671. width: 102rpx;
  1672. height: 53rpx;
  1673. position: relative;
  1674. }
  1675. </style>