index.vue 41 KB

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