index.vue 45 KB

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