user.vue 39 KB

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