index.vue 41 KB

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