user.vue 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753
  1. <template>
  2. <view class="box">
  3. <view class="top" :style="{background:'#'+themeColor}">
  4. <view class="customerMes">
  5. <image @click="updateUserInfo" v-if="showSetting.showImageType==0" :src="showSetting.showImage" mode=""
  6. style="width: 88rpx;height: 88rpx;border-radius: 44rpx;"></image>
  7. <image @click="updateUserInfo" v-else src="http://dmsphoto.66km.com.cn/thFiles/64CD12A3-588E-4201-90F6-5428F6ACD9F9.png" mode=""
  8. style="width: 88rpx;height: 88rpx;border-radius: 44rpx;"></image>
  9. <view class="mes">
  10. <view class="nick">
  11. <view class="nickName" v-if="customerName">{{customerName}}</view>
  12. <view class="nickName2" v-else>微信用户</view>
  13. <!-- <view class="grade" @click="gonavigateTo('../index/vipCard')" v-if="numList.levelName&&showSetting.isShowLevel">{{numList.levelName}} ></view>-->
  14. <view class="cardNameBOx" v-if="numList.levelName&&showSetting.isShowLevel" @click="gonavigateTo('../subPack/vipCard')">
  15. <image class="cardNameIcon" src="http://dmsphoto.66km.com.cn/thFiles/E3F78C8A-CF4F-40DD-B050-689CFCEA2F4C.png" mode=""></image>
  16. <view class="cardNameTb">{{numList.levelName}}</view>
  17. <image src="../../static/timg/icon_arrow.png" mode="" class="cardNameIcon2"></image>
  18. </view>
  19. <view class="cardNameBOx" v-if="numList.f2ccard.cardName">
  20. <image class="cardNameIcon" src="http://dmsphoto.66km.com.cn/thFiles/E3F78C8A-CF4F-40DD-B050-689CFCEA2F4C.png" mode=""></image>
  21. <view class="cardNameTb">{{numList.f2ccard.cardName}}</view>
  22. </view>
  23. </view>
  24. <view class="phone">{{phone}} <span @click="seeQr">{{numList.customerInfo.wxMiniV2OpenID?' / 已绑定微信>':' / 未绑定微信>'}}</span> </view>
  25. </view>
  26. </view>
  27. </view>
  28. <!-- <view v-if="numList.remindType==0" class="marginTop2"></view>v-if="numList.remindType!=0" -->
  29. <view class="marginTop" ></view>
  30. <!-- 卡制度-->
  31. <view v-if="showSetting.isShowCardSystem&&f2csystemlist">
  32. <view >
  33. <swiper class="swiper2" :autoplay="false" :interval="interval"
  34. :current="f2cIndex" :duration="duration" :indicator-dots="true" indicator-color="#CCCCCC" :indicator-active-color="'#'+themeColor">
  35. <swiper-item v-for="(item,index) in f2csystemlist">
  36. <view class="cardBox">
  37. <view class="cardTOp" :style="{background:'url('+item.Banner+') 100% 100%'}" style="background-size: 100% 100% !important;">
  38. <img class="vipBsIcon" v-if="item.growthState==1" src="http://dmsphoto.66km.com.cn/thFiles/91FCABC6-775C-47CA-B7D4-3579A4DE8497.png" alt="">
  39. <view class="cardName">{{item.system.name}}</view>
  40. <!-- 当前卡制度-->
  41. <view class="cardtimeBox" v-if="item.growthState==1">
  42. <view class="cardtimeLeft">成长值 {{numList.f2ccard.growthValue}}/{{item.system.growthValueUp}}</view>
  43. <view class="cartimeRight">有效期 {{numList.f2ccard.expireTime.slice(0,10)}}</view>
  44. </view>
  45. <view class="cardtimeBox" v-if="item.growthState==2">
  46. <view class="cardtimeLeft">高于该等级</view>
  47. </view>
  48. <view class="cardtimeBox" v-if="item.growthState==3">
  49. <view class="cardtimeLeft">还需{{item.addGrowth}}成长值可升级</view>
  50. </view>
  51. </view>
  52. <view class="cardCont">
  53. <view class="cardLine" v-for="(c,cindex) in item.contents" v-if="cindex<8">
  54. <view class="cardLineImgBox">
  55. <image :src="c.icon" mode="" class="cardLineImg"></image>
  56. </view>
  57. <view class="cardlineTitle" v-if="c.state==1">{{c.title}}</view>
  58. <view class="cardlineTitle2" v-if="c.state==0">{{c.title}}</view>
  59. </view>
  60. </view>
  61. </view>
  62. </swiper-item>
  63. </swiper>
  64. </view>
  65. </view>
  66. <view class="padingBox">
  67. <view class="headerBox2">
  68. <view class="headerBox">
  69. <view class="quan" @click="gonavigateTo('../index/discountCard')" v-if="showSetting.isShowCoupon">
  70. <view class="numStr">{{numList.count?numList.count:0}}</view>
  71. <view class="nameStr">优惠券</view>
  72. </view>
  73. <view class="quan" v-if="showSetting.isShowIntergral" @click="gonavigateTo('../integral/integral?totalIntegral='+numList.totalIntegral)">
  74. <view class="numStr">{{numList.totalIntegral?numList.totalIntegral:0}}</view>
  75. <view class="nameStr">积分</view>
  76. </view>
  77. <view class="quan" v-if="showSetting.isShowCard" @click="gonavigateTo('../index/vipCard')">
  78. <view class="numStr">{{numList.cardNum?numList.cardNum:0}}</view>
  79. <view class="nameStr">会员卡</view>
  80. </view>
  81. </view>
  82. <view style="padding-bottom: 20rpx;" v-if="numList.remindIntegral">
  83. <view class="remindBox" >
  84. <view class="remindLeft" style="display: flex;">
  85. <image style="width: 24rpx;height: 24rpx;margin-top: 2rpx;" src="http://dmsphoto.66km.com.cn/thFiles/BA87B937-90F3-420C-A21C-A5B7BE7E8B07.png" mode=""></image>
  86. <span style="padding-left: 10rpx;">您有</span>
  87. <span style="color: #0B0B0B;font-weight: 500;">{{numList.remindIntegral}}</span>
  88. <span v-if="numList.remindType==1">积分将于本月过期</span>
  89. <span v-if="numList.remindType==2">积分将于30天内过期</span>
  90. </view>
  91. <view class="useremind" @click="useremind">去使用></view>
  92. </view>
  93. </view>
  94. </view>
  95. <!-- v-if="numList.remindType!=0&&numList.remindIntegral!=0" -->
  96. </view>
  97. <!-- 店铺信息 -->
  98. <view class="shopBox" v-if="userInfo&&showSetting.isShowCardShop">
  99. <view class="shopCont">
  100. <view class="shopName">{{numList.shopInfo.shopName}}</view>
  101. <view class="shopRightBox">
  102. <image src="../../static/img/icon_ditu.png" mode="" class="shopRightImg"
  103. style="margin-right: 67rpx;" @click="map"></image>
  104. <image src="../../static/img/icon_phone.png" mode="" class="shopRightImg" @click="call"></image>
  105. </view>
  106. </view>
  107. <view v-if="numList.isShowScore == 1 && numList.isShowEvaluate == 1" class="appraiseBox">
  108. <view v-if="numList.isShowScore == 1 && numList.shopInfo.miniV2ShopScore" class="appraise">
  109. {{numList.shopInfo.miniV2ShopScore}}
  110. <span style='font-size: 26rpx; margin-left: 3rpx;'>分</span>
  111. </view>
  112. <view v-if="numList.isShowScore == 1 && !numList.shopInfo.miniV2ShopScore" class="appraise"
  113. style='font-size: 26rpx;'>暂无评分</span>
  114. </view>
  115. <view v-if="numList.isShowScore == 1" class="line"></view>
  116. <view @click="goShopAppraiseList()" v-if="numList.isShowEvaluate == 1 && numList.evaluateCount "
  117. class="appraiseCount">评价数
  118. {{numList.evaluateCount}}
  119. <image v-if="numList.isShowEvaluate == 1" class="rightArrow"
  120. src="../../static/timg/icon_arrow_right.png" mode=""></image>
  121. </view>
  122. <view v-if="numList.isShowEvaluate == 1 && !numList.evaluateCount " class="appraiseCount">暂无评价
  123. </view>
  124. </view>
  125. <view class="shopTime" v-if="numList.shopInfo.startTime && numList.shopInfo.endTime">
  126. {{numList.shopInfo.startTime}}-{{numList.shopInfo.endTime}}
  127. </view>
  128. <view class="address">
  129. <view class="Address">
  130. {{numList.shopInfo.provinceName?numList.shopInfo.provinceName:''}}
  131. {{numList.shopInfo.cityName?numList.shopInfo.cityName:''}}
  132. {{numList.shopInfo.areaName?numList.shopInfo.areaName:''}}
  133. {{numList.shopInfo.address?numList.shopInfo.address:''}}
  134. </view>
  135. <!-- <view class="distance" v-if="numList.shopInfo.distance&&numList.shopInfo.distance!= '0.00'">{{numList.shopInfo.distance}}km</view> -->
  136. </view>
  137. </view>
  138. <!-- 我的订单 -->
  139. <view class="orderBox">
  140. <view class="orderTitle">
  141. <span>我的订单</span>
  142. <span class="allOrder" @click="goorder(0)">全部订单
  143. <image src="../../static/img/big_rightArrow.png" mode="" class="allOrderIcon"></image>
  144. </span>
  145. </view>
  146. <view class="orderLIneBox">
  147. <view class="orderLine" @click="goorder(1)">
  148. <view class="orderImgBox">
  149. <view class="orderNum" v-show="numList.waitPurchaseSize>0">
  150. {{numList.waitPurchaseSize>99?'99+':numList.waitPurchaseSize}}
  151. </view>
  152. <image src="../../static/img2/dzf.png" mode="" class="orderLineImg"></image>
  153. </view>
  154. <view class="orderLineTxt">待支付</view>
  155. </view>
  156. <view class="orderLine" @click="goorder(5)">
  157. <view class="orderImgBox">
  158. <view class="orderNum" v-show="numList.waitGroupSize>0">
  159. {{numList.waitGroupSize>99?'99+':numList.waitGroupSize}}
  160. </view>
  161. <image src="../../static/img2/dct.png" mode="" class="orderLineImg"></image>
  162. </view>
  163. <view class="orderLineTxt">待成团</view>
  164. </view>
  165. <view class="orderLine" @click="goorder(3)">
  166. <view class="orderImgBox">
  167. <view class="orderNum" v-show="numList.hasOverSize>0">
  168. {{numList.hasOverSize>99?'99+':numList.hasOverSize}}
  169. </view>
  170. <image src="../../static/img2/ywc.png" mode="" class="orderLineImg"></image>
  171. </view>
  172. <view class="orderLineTxt">已完成</view>
  173. </view>
  174. <view class="orderLine" @click="goorder(2)">
  175. <view class="orderImgBox">
  176. <view class="orderNum" v-show="numList.waitServiceSize>0">
  177. {{numList.waitServiceSize>99?'99+':numList.waitServiceSize}}
  178. </view>
  179. <image src="../../static/img2/dsy.png" mode="" class="orderLineImg"></image>
  180. </view>
  181. <view class="orderLineTxt">待使用</view>
  182. </view>
  183. <!-- <view class="orderLine" @click="goorder(0)">
  184. <view class="orderImgBox">
  185. <view class="orderNum" v-show="numList.allSize>0">{{numList.allSize>99?'99+':numList.allSize}}
  186. </view>
  187. <image src="../../static/img/icon_allorder.png" mode="" class="orderLineImg"></image>
  188. </view>
  189. <view class="orderLineTxt">全部</view>
  190. </view> -->
  191. </view>
  192. </view>
  193. <view class="kbox">
  194. <view class="klineCont" v-if="carInfo">
  195. <view class="klineTitle">我的爱车</view>
  196. <view class="kline">
  197. <view class="klineRow carInfoklineRow" @click="gonavigateTo('./addCar/cailist?type=3')">
  198. <image :src="carInfo.brandLogo" mode="" class="carbrandLogo"></image>
  199. <view class="carModel KlineTxt">
  200. <span>{{carInfo.brand?carInfo.brand:''}}{{carInfo.series?carInfo.series:''}}</span>
  201. </view>
  202. </view>
  203. <view class="klineRow" @click="gonavigateTo('historySpend')">
  204. <image class="klineIcon" src="../../static/img2/byjl.png" mode=""></image>
  205. <view class="KlineTxt">保养记录</view>
  206. </view>
  207. <view class="klineRow" @click="gonavigateTo('checkReport')">
  208. <image class="klineIcon" src="../../static/img2/ckbg.png" mode=""></image>
  209. <view class="KlineTxt">车况报告</view>
  210. </view>
  211. <view class="klineRow" @click="gonavigateTo('../index/rescue')">
  212. <image class="klineIcon" src="../../static/img2/24.png" mode=""></image>
  213. <view class="KlineTxt">24小时救援</view>
  214. </view>
  215. </view>
  216. </view>
  217. <view class="klineCont" v-if="!carInfo"><!-- -->
  218. <image @click="addCar" v-if="carAddImage==1" src="http://dmsphoto.66km.com.cn/thFiles/1A5B68D2-6627-406D-A775-550C92979026.png" mode="" style="width: 100%;height: 148rpx;"></image>
  219. <image @click="addCar" v-else :src="carAddImage" mode="" style="width: 100%;height: 148rpx;"></image>
  220. <!-- <view class="klineTitle">我的爱车</view>
  221. <view class="addCarBox">
  222. <view class="addCar">
  223. <view class="addCarLeft">
  224. <view class="addCarTxt1">开车请注意 安途生来帮您</view>
  225. <view class="carBq">
  226. <view class="carBqLine">
  227. <image src="../../static/img2/carDui.png" mode="" class="carDui"></image>
  228. <view class="carTitle">车况报告</view>
  229. </view>
  230. <view class="carBqLine">
  231. <image src="../../static/img2/carDui.png" mode="" class="carDui"></image>
  232. <view class="carTitle">保养记录</view>
  233. </view>
  234. <view class="carBqLine">
  235. <image src="../../static/img2/carDui.png" mode="" class="carDui"></image>
  236. <view class="carTitle">快速救援</view>
  237. </view>
  238. </view>
  239. </view>
  240. <view class="addCarBtn" @click="addCar">添加爱车</view>
  241. </view>
  242. </view> -->
  243. </view>
  244. <view class="klineCont">
  245. <view class="klineTitle">更多推荐</view>
  246. <view class="kline">
  247. <view class="klineRow" @click="gonavigateTo('../user/expertServices')">
  248. <image class="klineIcon" src="../../static/img2/icon_fwzj.png" mode=""></image>
  249. <view class="KlineTxt2">服务顾问</view>
  250. </view>
  251. <view class="klineRow" @click="gonavigateTo('myBespeak')">
  252. <image class="klineIcon" src="../../static/img2/icon_yuyue.png" mode=""></image>
  253. <view class="KlineTxt2">我的预约</view>
  254. </view>
  255. <view class="klineRow" @click="gonavigateTo('../subPack/rescueOrder')">
  256. <image class="klineIcon" src="../../static/img2/jyjl.png" mode=""></image>
  257. <view class="KlineTxt2">救援记录</view>
  258. </view>
  259. <view class="klineRow" @click="gonavigateTo('../index/onlineBooking')">
  260. <image class="klineIcon" src="../../static/img2/clsp.png" mode=""></image>
  261. <view class="KlineTxt2">车辆适配</view>
  262. </view>
  263. <view class="klineRow" @click="gonavigateTo('../subPack/depositList')">
  264. <image class="klineIcon" src="../../static/img2/icon_jydd.png" mode=""></image>
  265. <view class="KlineTxt2">我的寄存</view>
  266. </view>
  267. </view>
  268. </view>
  269. <view class="klineCont">
  270. <view class="klineTitle">口碑传播</view>
  271. <view class="kline">
  272. <button open-type="share" class="klineRow">
  273. <view class="">
  274. <image class="klineIcon" src="../../static/img2/fenx.png" mode=""></image>
  275. <view class="KlineTxt2">分享好友</view>
  276. </view>
  277. </button>
  278. <view class="klineRow" @click="gonavigateTo('../subPack/luckList')" v-if="numList.shopSettings.luckdrawDisabled">
  279. <image class="klineIcon" src="../../static/img2/hdjp.png" mode=""></image>
  280. <view class="KlineTxt2">活动奖品</view>
  281. </view>
  282. <view class="klineRow" @click="gonavigateTo('../referral/referral')" v-if="numList.customerInfo.rebateState==1&&numList.shopSettings.introductionDisabled">
  283. <image class="klineIcon" src="../../static/img2/kehuzjs.png" mode=""></image>
  284. <view class="KlineTxt2">客户转介绍</view>
  285. </view>
  286. <view class="klineRow" @click="gonavigateTo('../partner/partner')" v-if="numList.customerInfo.pState==1&&numList.shopSettings.partnerDisabled">
  287. <image class="klineIcon" src="../../static/img2/chezhu.png" mode=""></image>
  288. <view class="KlineTxt2">车主合伙人</view>
  289. </view>
  290. <view class="klineRow" @click="gonavigateTo('myAppraise')">
  291. <image class="klineIcon" src="../../static/img2/icon_pingjia.png" mode=""></image>
  292. <view class="KlineTxt2">我的评价</view>
  293. </view>
  294. <view class="klineRow" @click="gonavigateTo('../subPack/feedBack')">
  295. <image class="klineIcon" src="../../static/img/icon_me7.png" mode=""></image>
  296. <view class="KlineTxt2">建议反馈</view>
  297. </view>
  298. <view class="klineRow" @click="gomember(showSetting.memberTitle)">
  299. <image class="klineIcon" src="../../static/img2/huiyuan.png" mode=""></image>
  300. <view class="KlineTxt2">关于会员</view>
  301. </view>
  302. <view class="klineRow" @click="gonavigateaboutUS">
  303. <image class="klineIcon" src="../../static/img2/gongs.png" mode=""></image>
  304. <view class="KlineTxt2">公司介绍</view>
  305. </view>
  306. <view class="klineRow" @click="makePhoneCall(showSetting.tel)">
  307. <image class="klineIcon" src="../../static/img2/kefu.png" mode=""></image>
  308. <view class="KlineTxt2">联系客服</view>
  309. </view>
  310. </view>
  311. </view>
  312. </view>
  313. <!-- 我的 相关 -->
  314. <!-- <view class="rowBoxBg">
  315. <view class="rowBox" @click="gonavigateTo('../user/expertServices')">
  316. <view class="leftView">
  317. <image src="../../static/img/icon_me1.png" mode="" class="liftIcon"></image>
  318. <view class="rowTitle">服务专家</view>
  319. </view>
  320. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  321. </view>
  322. <view class="rowBox" @click="gonavigateTo('./addCar/cailist?type=3')">
  323. <view class="leftView">
  324. <image src="../../static/img/icon_me2.png" mode="" class="liftIcon"></image>
  325. <view class="rowTitle">我的车库</view>
  326. </view>
  327. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  328. </view>
  329. <view class="rowBox" @click="gonavigateTo('myBespeak')">
  330. <view class="leftView">
  331. <image src="../../static/img/icon_me3.png" mode="" class="liftIcon"></image>
  332. <view class="rowTitle">我的预约</view>
  333. </view>
  334. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  335. </view>
  336. <view class="rowBox" @click="gonavigateTo('historySpend')">
  337. <view class="leftView">
  338. <image src="../../static/img/icon_me4.png" mode="" class="liftIcon"></image>
  339. <view class="rowTitle">历史消费</view>
  340. </view>
  341. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  342. </view>
  343. <view class="rowBox" @click="gonavigateTo('checkReport')">
  344. <view class="leftView">
  345. <image src="../../static/img/icon_me5.png" mode="" class="liftIcon"></image>
  346. <view class="rowTitle">车检报告</view>
  347. </view>
  348. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  349. </view>
  350. <view class="rowBox" @click="gonavigateTo('../subPack/depositList')">
  351. <view class="leftView">
  352. <image src="../../static/timg/icon_jydd.png" mode="" class="liftIcon"></image>
  353. <view class="rowTitle">我的寄存</view>
  354. </view>
  355. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  356. </view>
  357. <view class="rowBox" @click="gonavigateTo('../subPack/rescueOrder')">
  358. <view class="leftView">
  359. <image src="../../static/timg/sos.png" mode="" class="liftIcon"></image>
  360. <view class="rowTitle">救援订单</view>
  361. </view>
  362. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  363. </view>
  364. <view class="rowBox" @click="gonavigateTo('../subPack/luckList')">
  365. <view class="leftView">
  366. <image src="../../static/timg/icon_jydd.png" mode="" class="liftIcon"></image>
  367. <view class="rowTitle">中奖记录</view>
  368. </view>
  369. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  370. </view>
  371. </view> -->
  372. <!-- <view class="rowBoxBg">
  373. <view class="rowBox" @click="gonavigateTo('myAppraise')">
  374. <view class="leftView">
  375. <image src="../../static/img/icon_pingjia.png" mode="" class="liftIcon"></image>
  376. <view class="rowTitle">我的评价</view>
  377. </view>
  378. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  379. </view>
  380. </view>
  381. <view class="rowBoxBg" v-if="kkshow">
  382. <view class="rowBox" @click="gonavigateTo('../partner/partner')"
  383. v-if="numList.customerInfo.pState==1&&numList.shopSettings.partnerDisabled">
  384. <view class="leftView">
  385. <image src="../../static/img/icon_hehuoren.png" mode="" class="liftIcon"></image>
  386. <view class="rowTitle">车主合伙人</view>
  387. </view>
  388. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  389. </view>
  390. <view class="rowBox" @click="gonavigateTo('../referral/referral')"
  391. v-if="numList.customerInfo.rebateState==1&&numList.shopSettings.introductionDisabled">
  392. <view class="leftView">
  393. <image src="../../static/img/icon_kehuzhuanjieshao.png" mode="" class="liftIcon"></image>
  394. <view class="rowTitle">客户转介绍</view>
  395. </view>
  396. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  397. </view>
  398. </view> -->
  399. <!-- <view class="rowBoxBg">
  400. <view class="rowBox" v-if="showSetting.isShowTel">
  401. <view class="leftView">
  402. <image src="../../static/timg/icon_qingchu.png" mode="" class="liftIcon"></image>
  403. <view class="rowTitle">{{showSetting.telTitle}}</view>
  404. </view>
  405. <view class="rowRight" style="color:#666666;" @click="makePhoneCall(showSetting.tel)">{{showSetting.tel}}</view>
  406. </view>
  407. <view class="rowBox" v-if="showSetting.isShowMember" @click="gomember(showSetting.memberTitle)">
  408. <view class="leftView">
  409. <image src="../../static/timg/icon_yijian.png" mode="" class="liftIcon"></image>
  410. <view class="rowTitle">{{showSetting.memberTitle}}</view>
  411. </view>
  412. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  413. </view>
  414. <view class="rowBox" v-if="showSetting.isShowAbout" @click="gonavigateaboutUS">
  415. <view class="leftView">
  416. <image src="../../static/timg/icon_fenxiang.png" mode="" class="liftIcon"></image>
  417. <view class="rowTitle">{{showSetting.aboutTitle}}</view>
  418. </view>
  419. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  420. </view>
  421. </view> -->
  422. <!-- <view class="rowBoxBg">
  423. <button open-type="share" class="rowBox">
  424. <view class="leftView">
  425. <image src="../../static/img/icon_me6.png" mode="" class="liftIcon"></image>
  426. <view class="rowTitle">分享给好友</view>
  427. </view>
  428. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  429. </button>
  430. <view class="rowBox" @click="gonavigateTo('feedBack')">
  431. <view class="leftView">
  432. <image src="../../static/img/icon_me7.png" mode="" class="liftIcon"></image>
  433. <view class="rowTitle">意见反馈</view>
  434. </view>
  435. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  436. </view> -->
  437. <!-- <view class="rowBox" @click="gonavigateTo('../report/working?id=56D5F8C1-9F11-40BA-8937-B4AABD4666B5')">
  438. <view class="leftView">
  439. <image src="../../static/img/icon_kehuzhuanjieshao.png" mode="" class="liftIcon"></image>
  440. <view class="rowTitle">施工报告</view>
  441. </view> -->
  442. <!-- <view class="rowBox" @click="gonavigateTo('../report/complete?id=278569FB-6F21-47AD-8B66-D62D2EA6981D')">
  443. <view class="leftView">
  444. <image src="../../static/img/icon_kehuzhuanjieshao.png" mode="" class="liftIcon"></image>
  445. <view class="rowTitle">完工报告</view>
  446. </view>
  447. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  448. </view>
  449. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  450. </view> -->
  451. <!-- 先隐藏 -->
  452. <!-- <view class="rowBox" @click="gonavigateTo('')">
  453. <view class="leftView">
  454. <image src="../../static/img/icon_me8.png" mode="" class="liftIcon"></image>
  455. <view class="rowTitle">清除缓存</view>
  456. </view>
  457. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  458. </view> -->
  459. <!-- </view> -->
  460. <view class="rowBoxBg">
  461. <view class="exit2" @click="exit">切换账号</view>
  462. <view class="exit" @click="exit2">退出登录</view>
  463. </view>
  464. <view class="releaseVersion">版本号:{{release_version}}</view>
  465. <!-- <view class="signOut" @click="signOut">退出登录</view> -->
  466. <!-- 手机号授权 -->
  467. <view class="authorizBox" v-if="authorizShow" @click="authorizShowHide">
  468. <view class="authorizCont" @click.stop="">
  469. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  470. <view class="authorizMs">未注册的手机号登录后将自动创会员账号,如果您不同意授权获取手机号,会影响您使用我们的产品和服务。</view>
  471. <view class="sqLine">
  472. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  473. <view class="sqRefuse" @click="authorizShowHide">拒绝</view>
  474. </view>
  475. </view>
  476. <!-- <view style="text-align: center;padding-top: 56rpx;">
  477. <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  478. </view> -->
  479. </view>
  480. <!-- <image :src="qrimg" mode=""></image> -->
  481. <view class="qrBox" v-if="qrSHow">
  482. <view class="qrimgBox">
  483. <view class="qrTitle">微信绑定
  484. <image src="../../static/timg/chahao.png" mode="" class="qrimgchahao" @click="qrclose"></image>
  485. </view>
  486. <view class="qrms">扫描/长按下方二维码进行绑定</view>
  487. <view class="qrms2">绑定后可接收微信消息通知</view>
  488. <view style="text-align: center;padding-top: 30rpx;">
  489. <image :src="qrimg" mode="" class="qrimg" :show-menu-by-longpress='true'></image>
  490. </view>
  491. <view class="qrBtn" @click="qrclose">我知道了</view>
  492. </view>
  493. </view>
  494. </view>
  495. </template>
  496. <script>
  497. export default {
  498. data() {
  499. return {
  500. userInfo: '',
  501. shopData: '',
  502. numList: '',
  503. uid: '',
  504. headImg: '',
  505. location: {
  506. lng: '',
  507. lat: '',
  508. },
  509. authorizShow: false,
  510. code: '',
  511. wxOpenData: '',
  512. nickName: '',
  513. phone: '',
  514. ext: '',
  515. themeColor: '',
  516. release_version: '',
  517. qrimg:'',
  518. qrSHow:false,
  519. kkshow:false,
  520. duration:500,
  521. interval:3000,
  522. showSetting:'',
  523. f2csystemlist:'',
  524. exitNum:'',
  525. f2cIndex:'',
  526. customerName:'',
  527. carInfo:'',
  528. carAddImage:'',
  529. }
  530. },
  531. onLoad(opt) {
  532. this.ext = this.$common.getExtStoreId();
  533. this.themeColor = uni.getStorageSync("themeColor");
  534. console.log("themeColor=="+this.themeColor)
  535. if (this.themeColor) {
  536. if (this.themeColor == '6F2BE8') {
  537. var backgroundImage = '/static/tabimg/me6F2BE8.png'
  538. }
  539. if (this.themeColor == '1677FF') {
  540. var backgroundImage = '/static/tabimg/me1677FF.png'
  541. }
  542. if (this.themeColor == 'FF4F00') {
  543. var backgroundImage = '/static/tabimg/meFF4F00.png'
  544. }
  545. if (this.themeColor == 'D53533') {
  546. var backgroundImage = '/static/tabimg/me1.png'
  547. }
  548. /* uni.setTabBarStyle({
  549. // color: '#FF0000',
  550. selectedColor: '#222222',
  551. }) */
  552. /* uni.setTabBarItem({
  553. index: 3,
  554. text: '我的',
  555. selectedIconPath: backgroundImage
  556. }) */
  557. }
  558. uni.setNavigationBarColor({
  559. frontColor: "#000000",
  560. backgroundColor: '#' + this.themeColor
  561. })
  562. this.getVersionInfo()
  563. // const accountInfo = wx.getAccountInfoSync();
  564. // var version_number = accountInfo.miniProgram.version;
  565. // console.log(version_number)
  566. this.carAddImage=uni.getStorageSync("carAddImage")
  567. },
  568. onShow() {
  569. const wxOpenData = this.$store.state.wxOpenData;
  570. this.wxOpenData = wxOpenData
  571. console.log("onshowuser")
  572. this.userInfo = this.$store.state.userInfo;
  573. console.log(this.userInfo)
  574. if (this.userInfo) {
  575. this.queryMyDetail();
  576. } else {
  577. //console.log("授权")
  578. this.exitNum=this.$store.state.exitNum;
  579. if(this.exitNum!=1){
  580. this.authorizShow = true;
  581. }else{
  582. this.$common.automaticlogin().then(val => {
  583. this.userInfo=this.$store.state.userInfo;
  584. this.wxOpenData=this.$store.state.wxOpenData;
  585. this.exitNum=''
  586. this.$store.commit('mutationsexitNum', '')
  587. if (this.userInfo) {
  588. this.queryMyDetail();
  589. }
  590. if(!this.userInfo){
  591. //this.authorizShow=true
  592. }
  593. })
  594. }
  595. }
  596. if (wxOpenData) {
  597. this.uid = wxOpenData.loginInfo.uid;
  598. }
  599. //this.themeColor = uni.getStorageSync("themeColor");
  600. this.carInfo=this.$store.state.carInfo;
  601. console.log(this.carInfo)
  602. },
  603. methods: {
  604. addCar(){
  605. uni.navigateTo({
  606. url:'../subPack/addCarCK'
  607. })
  608. },
  609. exit(){
  610. var that=this;
  611. uni.showModal({
  612. title: '提示',
  613. content: '是否切换账号',
  614. success(res) {
  615. if (res.confirm) {
  616. uni.clearStorageSync()
  617. that.$store.commit('mutationsuserInfo', '')
  618. that.$store.commit('mutationscarInfo', '')
  619. that.$http('miniApp2/sys/logout', {
  620. }, 'GET').then(res => {
  621. uni.reLaunch({
  622. url: '../index/index'
  623. });
  624. })
  625. }
  626. }
  627. });
  628. },
  629. exit2(){
  630. var that=this;
  631. uni.showModal({
  632. title: '提示',
  633. content: '是否退出登录',
  634. success(res) {
  635. if (res.confirm) {
  636. uni.clearStorageSync()
  637. that.$store.commit('mutationsuserInfo', '')
  638. that.$store.commit('mutationscarInfo', '')
  639. that.$store.commit('mutationsexitNum', '1')
  640. /* uni.reLaunch({
  641. url: '../index/index'
  642. }); */
  643. uni.switchTab({
  644. url: '../index/index'
  645. })
  646. }
  647. }
  648. });
  649. },
  650. makePhoneCall(tel){
  651. uni.makePhoneCall({
  652. phoneNumber: tel,
  653. });
  654. },
  655. seeQr(){
  656. // this.authorizShow = true;
  657. // return false;
  658. if (this.userInfo) {
  659. } else {
  660. this.authorizShow = true;
  661. return false;
  662. }
  663. uni.showLoading({
  664. title: '加载中'
  665. })
  666. this.$request.httpBinary('wxV2/createQrCode', {
  667. type:'bindWx',
  668. customerId:this.numList.customerInfo.id,
  669. unionID:this.numList.customerInfo.unionID,
  670. }, 'GET').then(res => {
  671. uni.hideLoading();
  672. this.qrimg = 'data:image/png;base64,'+uni.arrayBufferToBase64(res);
  673. this.qrSHow=true;
  674. //this.img= uni.arrayBufferToBase64(res)
  675. //console.log('list+=', this.queryShopList);
  676. })
  677. },
  678. qrclose(){
  679. this.qrSHow=false;
  680. },
  681. goShopAppraiseList() {
  682. uni.navigateTo({
  683. url: 'ShopAppraiseList?shopID=' + this.numList.shopInfo.id
  684. })
  685. },
  686. useremind(){
  687. if (this.userInfo) {
  688. uni.navigateTo({
  689. url: '../integral/integral'
  690. })
  691. } else {
  692. this.authorizShow = true;
  693. return false;
  694. }
  695. },
  696. gonavigateaboutUS(){
  697. uni.navigateTo({
  698. url: '../subPack/aboutUS?unionID='+this.numList.customerInfo.unionID
  699. })
  700. },
  701. gomember(memberTitle){
  702. uni.navigateTo({
  703. url: '../subPack/aboutUS?unionID='+this.numList.customerInfo.unionID+'&memberTitle='+memberTitle
  704. })
  705. },
  706. getVersionInfo() {
  707. this.$http('miniApp2/sys/getVersionInfov2', {
  708. appId: this.ext.appId,
  709. }, 'POST').then(res => {
  710. if( res.data){
  711. this.release_version = res.data
  712. }
  713. })
  714. },
  715. updateUserInfo() {
  716. var that = this;
  717. uni.getUserProfile({
  718. lang: 'zh_CN',
  719. desc: '登录',
  720. success: (res) => {
  721. console.log(res);
  722. that.headImg = res.userInfo.avatarUrl;
  723. that.nickName = res.userInfo.nickName;
  724. that.$http('miniApp2/sys/updateUserInfo', {
  725. nickName: res.userInfo.nickName,
  726. unionId: that.ext.unionId,
  727. headImg: res.userInfo.avatarUrl,
  728. openId: that.wxOpenData.openid
  729. }, 'POST').then(res => {
  730. })
  731. },
  732. fail: (res) => {
  733. console.log(res)
  734. }
  735. });
  736. },
  737. decryptPhoneNumber: function(e) {
  738. console.log(e);
  739. this.code = e.detail.code
  740. this.wxPhoneLogin()
  741. this.authorizShow = false;
  742. },
  743. wxPhoneLogin() {
  744. var that = this;
  745. this.$http('miniApp2/sys/wxPhoneLogin', {
  746. appId: this.ext.appId,
  747. unionId: this.ext.unionId,
  748. code: this.code,
  749. openId: this.wxOpenData.openid
  750. }, 'POST').then(res => {
  751. var data = res.data;
  752. if (data.loginInfo) {
  753. this.userInfo = data.loginInfo.openUser;
  754. this.wxOpenData = data.loginInfo;
  755. this.numList=data.loginInfo
  756. this.headImg = data.loginInfo.openUser.headImg;
  757. this.nickName = data.loginInfo.openUser.nickName;
  758. this.phone = data.loginInfo.openUser.mobilePhone;
  759. this.$store.commit('mutationswxOpenData', data)
  760. this.$store.commit('mutationsuserInfo', this.userInfo)
  761. /*setTimeout(() => {
  762. that.queryMyDetail()
  763. }, 1000); */
  764. that.queryMyDetail()
  765. if(!data.loginInfo.customerInfo.wxMiniV2OpenID){
  766. this.seeQr()
  767. }
  768. if(this.numList.customerInfo.pState==1&&this.numList.shopSettings.partnerDisabled){
  769. this.kkshow=true
  770. }
  771. if(this.numList.customerInfo.rebateState==1&&this.numList.shopSettings.introductionDisabled){
  772. this.kkshow=true
  773. }
  774. }
  775. })
  776. },
  777. map() {
  778. console.log("打开地图")
  779. var that = this;
  780. if (!that.numList.shopInfo.lat || !that.numList.shopInfo.lng) {
  781. uni.showToast({
  782. title: '该店铺未设置定位',
  783. icon: 'none',
  784. duration: 3000
  785. });
  786. } else {
  787. uni.openLocation({
  788. latitude: Number(that.numList.shopInfo.lat),
  789. longitude: Number(that.numList.shopInfo.lng),
  790. name: that.numList.shopInfo.shopName,
  791. address: that.numList.shopInfo.provinceName + that.numList.shopInfo.cityName + that.numList
  792. .shopInfo.areaName + that.numList.shopInfo.address,
  793. success: function() {
  794. console.log('success');
  795. },
  796. fail(err) {
  797. console.log(err)
  798. }
  799. });
  800. }
  801. },
  802. call() {
  803. if (this.userInfo) {
  804. } else {
  805. this.authorizShow = true;
  806. return false;
  807. }
  808. uni.makePhoneCall({
  809. phoneNumber: this.numList.shopInfo.mobilePhone
  810. });
  811. },
  812. goorder(num) {
  813. if (this.userInfo) {
  814. uni.navigateTo({
  815. url: './myOrder/myOrder?num=' + num
  816. })
  817. } else {
  818. this.authorizShow = true;
  819. return false;
  820. }
  821. },
  822. queryMyDetail() {
  823. console.log("getinfo")
  824. console.log(this.$store.state.wxOpenData)
  825. uni.showLoading({
  826. title: '加载中'
  827. })
  828. this.$http('openreservation/getInfo', {
  829. lat: this.location.lat ? this.location.lat : '',
  830. lng: this.location.lng ? this.location.lng : '',
  831. }, 'GET').then(res => {
  832. uni.hideLoading();
  833. this.numList = res.data
  834. this.headImg = res.data.openUser.headImg;
  835. this.nickName = res.data.openUser.nickName;
  836. this.customerName= res.data.customerInfo.customerName
  837. this.phone = res.data.openUser.mobilePhone;
  838. this.showSetting=res.data.showSetting
  839. this.f2csystemlist=res.data.f2csystemlist
  840. if(this.numList.customerInfo.pState==1&&this.numList.shopSettings.partnerDisabled){
  841. this.kkshow=true
  842. }
  843. if(this.numList.customerInfo.rebateState==1&&this.numList.shopSettings.introductionDisabled){
  844. this.kkshow=true
  845. }
  846. if(this.f2csystemlist.length>0){
  847. this.f2csystemlist.forEach((item,index)=>{
  848. if(item.growthState==1){
  849. this.f2cIndex=index
  850. }
  851. })
  852. }
  853. })
  854. },
  855. gonavigateTo(url) {
  856. if (this.userInfo) {
  857. uni.navigateTo({
  858. url: url
  859. })
  860. } else {
  861. this.authorizShow = true;
  862. }
  863. /* uni.navigateTo({
  864. url: url
  865. }) */
  866. },
  867. signOut() {
  868. //uni.clearStorageSync();
  869. uni.removeStorageSync('logodata');
  870. // uni.navigateTo({
  871. // url: '../login/login'
  872. // })
  873. },
  874. authorizShowHide(){
  875. this.authorizShow=false
  876. }
  877. },
  878. onShareAppMessage(res) {
  879. return {
  880. title: this.wxOpenData.miniAppName,
  881. //imageUrl:img,
  882. path: 'pages/index/index',
  883. success(res) {
  884. uni.showToast({
  885. title: '分享成功'
  886. })
  887. },
  888. fail(res) {
  889. uni.showToast({
  890. title: '分享失败',
  891. icon: 'none',
  892. duration: 3000
  893. })
  894. }
  895. }
  896. },
  897. // 下拉刷新
  898. onPullDownRefresh() {
  899. this.queryMyDetail()
  900. setTimeout(function() {
  901. uni.stopPullDownRefresh();
  902. }, 1000);
  903. },
  904. }
  905. </script>
  906. <style scoped>
  907. .addCarBox{
  908. padding: 12rpx;
  909. }
  910. .addCar{
  911. background: #F8F8F8;
  912. border-radius: 9rpx;
  913. display: flex;justify-content: space-between;
  914. padding: 30rpx 20rpx;
  915. }
  916. .carTitle{
  917. padding-left: 6rpx;
  918. }
  919. .addCarBtn{
  920. width: 145rpx;text-align: center;
  921. height: 53rpx;line-height: 53rpx;
  922. background: #FFDD00;
  923. border-radius: 27rpx;
  924. font-size: 24rpx;
  925. color: #0B0B0B;
  926. margin-top: 15rpx;
  927. }
  928. .addCarTxt1{
  929. font-size: 30rpx;
  930. color: #8B8B8B;
  931. line-height: 36rpx;
  932. }
  933. .carBq{
  934. display: flex;
  935. border-radius: 10rpx;
  936. margin-top: 15rpx;
  937. }
  938. .carDui{
  939. width: 24rpx;height: 24rpx;
  940. }
  941. .carBqLine{
  942. display: flex;
  943. padding-right: 23rpx;
  944. font-size: 22rpx;
  945. color: #A26D4F;line-height: 26rpx;
  946. }
  947. .kbox{
  948. padding:0 24rpx;
  949. }
  950. .klineCont{
  951. background: #FFFFFF;
  952. border-radius: 16rpx;
  953. margin-top: 20rpx;
  954. }
  955. .klineRow{
  956. width: 25%;font-weight: 400;
  957. font-size: 24rpx;
  958. color: #0B0B0B;text-align: center;
  959. margin-top: 30rpx;
  960. }
  961. .KlineTxt{
  962. padding-top: 10rpx;
  963. }
  964. .KlineTxt2{
  965. padding-top: 10rpx;font-size: 22rpx;
  966. }
  967. .carInfoklineRow{
  968. width: calc(25% - 1px);
  969. border-right: 1px dashed #DDDDDD;
  970. }
  971. .carbrandLogo{
  972. width: 50rpx;height: 50rpx;
  973. }
  974. .kline{
  975. display: flex;
  976. padding-bottom: 30rpx;
  977. flex-wrap: wrap;
  978. }
  979. .klineTitle{
  980. font-weight: 500;
  981. font-size: 30rpx;
  982. color: #0B0B0B;
  983. line-height: 42rpx;
  984. padding-top: 20rpx;
  985. padding-left: 24rpx;
  986. }
  987. .klineIcon{
  988. width: 50rpx;height: 50rpx;
  989. }
  990. .exit{
  991. background: #FFFFFF;
  992. line-height: 100rpx;
  993. font-size: 28rpx;
  994. font-family: PingFang;
  995. font-weight: 500;
  996. color: #ED2323;
  997. text-align: center;
  998. }
  999. .exit2{
  1000. background: #FFFFFF;
  1001. line-height: 100rpx;
  1002. font-size: 28rpx;
  1003. font-family: PingFang;
  1004. font-weight: 500;
  1005. color: #3C3C3C;
  1006. text-align: center;
  1007. border-bottom: 1px solid #eaeaea;
  1008. margin-top: 20rpx;
  1009. }
  1010. .cardNameIcon{
  1011. width: 30rpx;height: 30rpx;
  1012. }
  1013. .cardNameIcon2{
  1014. width: 7rpx;height: 13rpx;
  1015. margin-left: 3rpx;margin-top: 9rpx;
  1016. }
  1017. .cardNameTb{
  1018. padding-left: 4rpx;
  1019. }
  1020. .cardNameBOx{
  1021. background: linear-gradient(327deg, #FEA917 0%, #FFC635 100%);
  1022. border-radius: 16rpx;display: flex;
  1023. line-height: 30rpx;font-weight: 500;
  1024. color: #764700;font-size: 22rpx;
  1025. margin-left: 15rpx;
  1026. padding-right: 10rpx;
  1027. height: 30rpx;
  1028. }
  1029. .remindBox{
  1030. width: 596rpx;
  1031. background: #FEE0B9;
  1032. border-radius: 8rpx;
  1033. display: flex;justify-content: space-between;
  1034. margin: 0 auto;font-size: 22rpx;
  1035. padding: 9rpx 20rpx;
  1036. color: #666666;
  1037. line-height: 30rpx;
  1038. }
  1039. .useremind{
  1040. font-weight: 500;
  1041. color: #A26D4F;
  1042. }
  1043. .swiper2{
  1044. min-height: 510rpx;
  1045. /* margin-top: -100rpx; */
  1046. }
  1047. .marginTop{
  1048. margin-top: -190rpx;
  1049. }
  1050. .marginTop2{
  1051. margin-top: -120rpx;
  1052. }
  1053. .cardBox{
  1054. width: 702rpx;
  1055. min-height: 510rpx;
  1056. background: #FFFFFF;
  1057. border-radius: 22rpx;
  1058. margin-left:24rpx ;
  1059. overflow: hidden;
  1060. }
  1061. .cardCont{
  1062. display: flex;
  1063. flex-wrap: wrap;
  1064. }
  1065. .cardLineImgBox{
  1066. width: 84rpx;
  1067. height: 84rpx;
  1068. /* background: linear-gradient(150deg, #222439 0%, #1A2027 100%); */
  1069. border-radius: 50%;
  1070. margin: 0 auto;
  1071. margin-top: 30rpx;
  1072. }
  1073. .cardLineImg{
  1074. width: 84rpx;
  1075. height: 84rpx;
  1076. border-radius: 50%;
  1077. }
  1078. .cardlineTitle{
  1079. color: #3C3C3C;font-size: 24rpx;
  1080. line-height: 33rpx;padding-top: 10rpx;
  1081. overflow:hidden;
  1082. white-space: nowrap;
  1083. text-overflow: ellipsis;
  1084. -o-text-overflow:ellipsis;
  1085. }
  1086. .cardlineTitle2{
  1087. color: #999999;font-size: 24rpx;
  1088. line-height: 33rpx;padding-top: 10rpx;
  1089. overflow:hidden;
  1090. white-space: nowrap;
  1091. text-overflow: ellipsis;
  1092. -o-text-overflow:ellipsis;
  1093. }
  1094. .cardLine{
  1095. width: 25%;
  1096. text-align: center;
  1097. }
  1098. .rowRight{
  1099. color: #666666;font-size: 28rpx;padding-right: 32rpx;
  1100. }
  1101. .cardTOp{
  1102. height: 155rpx;
  1103. background-size: 100% 100%;
  1104. position: relative;
  1105. }
  1106. .vipBsIcon{
  1107. position: absolute;width: 112rpx;height: 33rpx;top: 0;right: 0;
  1108. }
  1109. .cardName{
  1110. font-weight: 500;font-size: 30rpx;padding-top: 30rpx;padding-left: 30rpx;
  1111. color: #50402A;
  1112. }
  1113. .cardtimeBox{
  1114. display: flex;justify-content: space-between;
  1115. color: #786140;font-size: 24rpx;
  1116. padding-top: 20rpx;padding-left: 30rpx;padding-right: 20rpx;
  1117. }
  1118. .qrBox{
  1119. position: fixed;
  1120. width: 100vw;
  1121. height: 100vh;
  1122. background: rgba(0,0,0,0.5);
  1123. left: 0;
  1124. top: 0;
  1125. z-index: 11;
  1126. display: flex;
  1127. justify-content: center;
  1128. align-items: center;
  1129. flex-direction: column;
  1130. }
  1131. .qrimgBox{
  1132. width: 562rpx;
  1133. height: 704rpx;
  1134. background: #FFFFFF;
  1135. border-radius: 24rpx;
  1136. }
  1137. .qrTitle{
  1138. font-size: 30rpx;
  1139. font-family: PingFangSC-Medium, PingFang SC;
  1140. font-weight: 500;
  1141. color: #333333;
  1142. border-bottom: 1px solid #EEEEEE;
  1143. text-align: center;
  1144. line-height: 90rpx;
  1145. position: relative;
  1146. }
  1147. .qrimgchahao{
  1148. width: 38rpx;
  1149. height: 38rpx;
  1150. position: absolute;
  1151. top: 26rpx;
  1152. right: 20rpx;
  1153. }
  1154. .qrms{
  1155. font-weight: 400;
  1156. color: #999999;
  1157. line-height: 37rpx;
  1158. font-size: 26rpx;
  1159. padding-top: 23rpx;
  1160. text-align: center;
  1161. }
  1162. .qrms2{
  1163. font-weight: 400;
  1164. color: #999999;
  1165. line-height: 37rpx;
  1166. font-size: 26rpx;
  1167. text-align: center;
  1168. }
  1169. .qrimg{
  1170. width: 328rpx;
  1171. height: 328rpx;
  1172. }
  1173. .qrBtn{
  1174. width: 292rpx;
  1175. height: 64rpx;
  1176. background: #D53533;
  1177. border-radius: 32rpx;
  1178. color: #FFFFFF;
  1179. line-height: 64rpx;
  1180. text-align: center;
  1181. margin: 0 auto;
  1182. margin-top:40rpx;
  1183. }
  1184. .releaseVersion {
  1185. font-size: 24rpx;
  1186. font-family: PingFangSC-Regular, PingFang SC;
  1187. font-weight: 400;
  1188. color: #666666;
  1189. padding: 40rpx;
  1190. text-align: center;
  1191. }
  1192. button::after {
  1193. border: none;
  1194. }
  1195. button {
  1196. position: relative;
  1197. display: block;
  1198. margin-left: 0;
  1199. margin-right: 0;
  1200. padding-left: 0px;
  1201. padding-right: 0px;
  1202. box-sizing: border-box;
  1203. // font-size: 18px;
  1204. text-align: center;
  1205. text-decoration: none;
  1206. // line-height: 1;
  1207. line-height: 1.35;
  1208. // border-radius: 5px;
  1209. -webkit-tap-highlight-color: transparent;
  1210. overflow: hidden;
  1211. color: #000000;
  1212. background-color: #fff;
  1213. height: 100%;
  1214. }
  1215. .box {
  1216. width: 100vw;
  1217. min-height: 100vh;
  1218. background: #F4F5F7;
  1219. padding-bottom: 60rpx;
  1220. }
  1221. .top {
  1222. height: 300rpx;
  1223. padding: 20rpx 24rpx 0;
  1224. /* background-color: #D53533; */
  1225. border-radius: 0 0 5% 5%;
  1226. }
  1227. .customerMes {
  1228. display: flex;
  1229. }
  1230. .mes {
  1231. margin-left: 20rpx;
  1232. }
  1233. .nick {
  1234. margin-bottom: 5rpx;
  1235. display: flex;
  1236. justify-content: flex-start;
  1237. align-items: center;
  1238. }
  1239. .nickName {
  1240. font-size: 34rpx;
  1241. color: #010000;
  1242. font-weight: bold;
  1243. line-height: 48rpx;
  1244. height: 48rpx;
  1245. overflow: hidden; /*内容会被修剪,并且其余内容是不可见的*/
  1246. text-overflow:ellipsis; /*显示省略符号来代表被修剪的文本。*/
  1247. white-space: nowrap; /*文本不换行*/
  1248. }
  1249. .nickName2 {
  1250. font-size: 30rpx;
  1251. color: #010000;
  1252. font-weight: bold;
  1253. line-height: 48rpx;
  1254. height: 48rpx;
  1255. overflow: hidden; /*内容会被修剪,并且其余内容是不可见的*/
  1256. text-overflow:ellipsis; /*显示省略符号来代表被修剪的文本。*/
  1257. white-space: nowrap; /*文本不换行*/
  1258. }
  1259. .grade {
  1260. margin-left: 15rpx;
  1261. font-size: 22rpx;
  1262. color: #FFFFFF;
  1263. padding: 0rpx 10rpx;
  1264. border: 1px solid #FFFFFF;
  1265. border-radius: 18rpx;
  1266. height: 26rpx;
  1267. line-height: 28rpx;
  1268. }
  1269. .phone {
  1270. font-size: 24rpx;
  1271. color: #010000;
  1272. }
  1273. .padingBox{
  1274. padding: 0 20rpx;
  1275. }
  1276. .headerBox {
  1277. padding: 16rpx 24rpx;
  1278. display: flex;
  1279. justify-content: space-around;
  1280. }
  1281. .headerBox2{
  1282. background: #FFFFFF;
  1283. border-radius: 16rpx;
  1284. margin-bottom: 20rpx;
  1285. margin-top: 20rpx;
  1286. }
  1287. .quan {
  1288. display: flex;
  1289. flex-direction: column;
  1290. align-items: center;
  1291. }
  1292. .numStr {
  1293. font-size: 32rpx;
  1294. font-weight: bold;
  1295. color: #9A9A9A;
  1296. line-height: 45rpx;
  1297. }
  1298. .numStr2{
  1299. font-size: 40rpx;
  1300. font-weight: 500;
  1301. color: #FFFFFF;
  1302. line-height: 60rpx;
  1303. }
  1304. .nameStr {
  1305. font-size: 24rpx;
  1306. color: #222222;
  1307. }
  1308. .orderBox {
  1309. margin: 0rpx 24rpx;
  1310. background: #FFFFFF;
  1311. padding: 30rpx 20rpx;
  1312. border-radius: 10rpx;
  1313. margin-top: 20rpx;
  1314. }
  1315. .orderTitle {
  1316. font-weight: 500;
  1317. font-size: 30rpx;
  1318. color: #0B0B0B;
  1319. display: flex;justify-content: space-between;
  1320. }
  1321. .allOrder{
  1322. font-weight: 400;
  1323. font-size: 22rpx;
  1324. color: #939393;
  1325. display: flex;
  1326. }
  1327. .allOrderIcon{
  1328. width: 20rpx;height: 20rpx;margin-top: 6rpx;
  1329. }
  1330. .orderAll {
  1331. display: flex;
  1332. justify-content: space-between;
  1333. align-items: center;
  1334. }
  1335. .orderLine {
  1336. width: 25%;
  1337. text-align: center;
  1338. }
  1339. .orderLineImg {
  1340. width: 60rpx;
  1341. height: 60rpx;
  1342. }
  1343. .orderLineTxt {
  1344. font-size: 24rpx;
  1345. color: #333333;
  1346. }
  1347. .orderImgBox {
  1348. text-align: center;
  1349. position: relative;
  1350. }
  1351. .orderLIneBox {
  1352. display: flex;
  1353. justify-content: space-between;
  1354. padding-top: 30rpx;
  1355. }
  1356. .orderNum {
  1357. height: 26rpx;
  1358. line-height: 26rpx;
  1359. background: #FF0000;
  1360. padding: 0 8rpx;
  1361. border-radius: 13rpx;
  1362. color: #FFFFFF;
  1363. font-size: 20rpx;
  1364. position: absolute;
  1365. top: -10rpx;
  1366. left: 90rpx;
  1367. z-index: 11;
  1368. }
  1369. .big_rightArrow {
  1370. margin-right: 20rpx;
  1371. width: 30rpx;
  1372. height: 30rpx;
  1373. }
  1374. .rowBoxBg {
  1375. margin: 20rpx 24rpx;
  1376. background: #FFFFFF;
  1377. border-radius: 10rpx;
  1378. }
  1379. .rowBox {
  1380. display: flex;
  1381. justify-content: space-between;
  1382. background: #FFFFFF;
  1383. padding: 35rpx 0rpx;
  1384. border-radius: 10rpx;
  1385. align-items: center;
  1386. }
  1387. .leftView {
  1388. display: flex;
  1389. align-items: center;
  1390. }
  1391. .rightView {
  1392. display: flex;
  1393. align-items: center;
  1394. }
  1395. .liftIcon {
  1396. width: 34rpx;
  1397. height: 34rpx;
  1398. margin: 0rpx 20rpx;
  1399. }
  1400. .rowTitle {
  1401. color: #3C3C3C;
  1402. font-size: 28rpx;
  1403. }
  1404. .signOut {
  1405. width: 702rpx;
  1406. height: 98rpx;
  1407. background: #FFFFFF;
  1408. border-radius: 10rpx;
  1409. font-size: 30rpx;
  1410. color: #FF3B30;
  1411. line-height: 98rpx;
  1412. text-align: center;
  1413. margin: 40rpx 24rpx;
  1414. }
  1415. .shopBox {
  1416. padding: 20rpx;
  1417. margin: 20rpx 24rpx;
  1418. background-color: #FFFFFF;
  1419. border-radius: 10rpx;
  1420. }
  1421. .shopCont {
  1422. display: flex;
  1423. justify-content: space-between;
  1424. align-items: center;
  1425. }
  1426. .shopName {
  1427. font-size: 30rpx;
  1428. font-weight: bold;
  1429. color: #3C3C3C;
  1430. line-height: 42rpx;
  1431. }
  1432. .appraiseBox {
  1433. padding: 5rpx 0;
  1434. margin-top: 10rpx;
  1435. height: 62rpx;
  1436. display: flex;
  1437. align-items: center;
  1438. }
  1439. .appraise {
  1440. color: #FF0000;
  1441. font-size: 38rpx;
  1442. font-weight: bold;
  1443. }
  1444. .line {
  1445. margin: 0 12rpx;
  1446. width: 1rpx;
  1447. height: 30rpx;
  1448. }
  1449. .appraiseCount {
  1450. font-size: 24rpx;
  1451. font-weight: 400;
  1452. color: #666666;
  1453. flex-grow: 1;
  1454. margin-top: 10rpx;
  1455. }
  1456. .rightArrow {
  1457. width: 7rpx;
  1458. height: 15rpx;
  1459. margin-left: 16rpx;
  1460. }
  1461. .shopRightBox {
  1462. display: flex;
  1463. justify-content: space-between;
  1464. }
  1465. .address {
  1466. display: flex;
  1467. justify-content: space-between;
  1468. align-items: center;
  1469. }
  1470. .Address,
  1471. .shopTime,
  1472. .distance {
  1473. color: #999999;
  1474. font-size: 24rpx;
  1475. padding-top: 15rpx;
  1476. /* 隐藏文字显示 ...不换行 */
  1477. overflow: hidden;
  1478. text-overflow: ellipsis;
  1479. white-space: nowrap;
  1480. }
  1481. .shopRightBox {}
  1482. .shopRightImg {
  1483. width: 44rpx;
  1484. height: 45rpx;
  1485. }
  1486. .authorizBox {
  1487. width: 100vw;
  1488. height: 100vh;
  1489. background: rgba(0, 0, 0, 0.5);
  1490. position: fixed;
  1491. top: 0;
  1492. left: 0;
  1493. z-index: 11;
  1494. }
  1495. .authorizCont {
  1496. margin-top: 30vh;
  1497. width: 564rpx;
  1498. height: 408rpx;
  1499. background: #FFFFFF;
  1500. border-radius: 24rpx;
  1501. margin-left: 93rpx;
  1502. position: relative;
  1503. }
  1504. .authorizCloseImg {
  1505. width: 62rpx;
  1506. height: 62rpx;
  1507. }
  1508. .sqLogoBox {
  1509. width: 180rpx;
  1510. height: 180rpx;
  1511. background: #FFFFFF;
  1512. border-radius: 90rpx;
  1513. text-align: center;
  1514. position: absolute;
  1515. top: -50rpx;
  1516. left: 192rpx;
  1517. }
  1518. .authorizName {
  1519. color: #333333;
  1520. line-height: 42rpx;
  1521. font-size: 30rpx;
  1522. text-align: center;
  1523. padding-top: 58rpx;
  1524. }
  1525. .authorizMs {
  1526. color: #999999;
  1527. line-height: 36rpx;
  1528. font-size: 26rpx;
  1529. width: 452rpx;
  1530. padding-top: 24rpx;
  1531. text-align: center;
  1532. margin-left: 56rpx;
  1533. }
  1534. .authorizContbutton{
  1535. width: 210rpx;
  1536. height: 66rpx;
  1537. background: #D53533;
  1538. border-radius: 44rpx;
  1539. line-height: 66rpx;
  1540. text-align: center;
  1541. font-size:30rpx;
  1542. color: #FFFFFF;
  1543. margin-left:40rpx;
  1544. }
  1545. .sqRefuse{
  1546. width: 210rpx;
  1547. height: 66rpx;
  1548. border: 1px solid #eaeaea;
  1549. line-height: 66rpx;
  1550. border-radius: 36rpx;
  1551. text-align: center;
  1552. font-size:30rpx;
  1553. margin-right:40rpx;
  1554. color: #999999;
  1555. }
  1556. .sqLine{
  1557. margin-top: 62rpx;
  1558. display: flex;
  1559. justify-content: space-between;
  1560. }
  1561. .test{
  1562. }
  1563. </style>