user.vue 38 KB

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