user.vue 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464
  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="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. :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. }
  392. },
  393. onLoad(opt) {
  394. this.ext = this.$common.getExtStoreId();
  395. this.themeColor = uni.getStorageSync("themeColor");
  396. console.log("themeColor=="+this.themeColor)
  397. if (this.themeColor) {
  398. if (this.themeColor == '6F2BE8') {
  399. var backgroundImage = '/static/tabimg/me6F2BE8.png'
  400. }
  401. if (this.themeColor == '1677FF') {
  402. var backgroundImage = '/static/tabimg/me1677FF.png'
  403. }
  404. if (this.themeColor == 'FF4F00') {
  405. var backgroundImage = '/static/tabimg/meFF4F00.png'
  406. }
  407. if (this.themeColor == 'D53533') {
  408. var backgroundImage = '/static/tabimg/me1.png'
  409. }
  410. uni.setTabBarStyle({
  411. // color: '#FF0000',
  412. selectedColor: '#' + this.themeColor,
  413. })
  414. uni.setTabBarItem({
  415. index: 3,
  416. text: '我的',
  417. selectedIconPath: backgroundImage
  418. })
  419. }
  420. uni.setNavigationBarColor({
  421. frontColor: "#ffffff",
  422. backgroundColor: '#' + this.themeColor
  423. })
  424. this.getVersionInfo()
  425. // const accountInfo = wx.getAccountInfoSync();
  426. // var version_number = accountInfo.miniProgram.version;
  427. // console.log(version_number)
  428. },
  429. onShow() {
  430. const wxOpenData = this.$store.state.wxOpenData;
  431. this.wxOpenData = wxOpenData
  432. console.log("onshowuser")
  433. this.userInfo = this.$store.state.userInfo;
  434. console.log(this.userInfo)
  435. if (this.userInfo) {
  436. this.queryMyDetail();
  437. } else {
  438. //console.log("授权")
  439. this.exitNum=this.$store.state.exitNum;
  440. if(this.exitNum!=1){
  441. this.authorizShow = true;
  442. }else{
  443. this.$common.automaticlogin().then(val => {
  444. this.userInfo=this.$store.state.userInfo;
  445. this.wxOpenData=this.$store.state.wxOpenData;
  446. this.exitNum=''
  447. this.$store.commit('mutationsexitNum', '')
  448. if (this.userInfo) {
  449. this.queryMyDetail();
  450. }
  451. if(!this.userInfo){
  452. this.authorizShow=true
  453. }
  454. })
  455. }
  456. }
  457. if (wxOpenData) {
  458. this.uid = wxOpenData.loginInfo.uid;
  459. }
  460. //this.themeColor = uni.getStorageSync("themeColor");
  461. },
  462. methods: {
  463. exit(){
  464. var that=this;
  465. uni.showModal({
  466. title: '提示',
  467. content: '是否切换账号',
  468. success(res) {
  469. if (res.confirm) {
  470. uni.clearStorageSync()
  471. that.$store.commit('mutationsuserInfo', '')
  472. that.$store.commit('mutationscarInfo', '')
  473. that.$http('miniApp2/sys/logout', {
  474. }, 'GET').then(res => {
  475. uni.reLaunch({
  476. url: '../index/index'
  477. });
  478. })
  479. }
  480. }
  481. });
  482. },
  483. exit2(){
  484. var that=this;
  485. uni.showModal({
  486. title: '提示',
  487. content: '是否退出登录',
  488. success(res) {
  489. if (res.confirm) {
  490. uni.clearStorageSync()
  491. that.$store.commit('mutationsuserInfo', '')
  492. that.$store.commit('mutationscarInfo', '')
  493. that.$store.commit('mutationsexitNum', '1')
  494. /* uni.reLaunch({
  495. url: '../index/index'
  496. }); */
  497. uni.switchTab({
  498. url: '../index/index'
  499. })
  500. }
  501. }
  502. });
  503. },
  504. makePhoneCall(tel){
  505. uni.makePhoneCall({
  506. phoneNumber: tel,
  507. });
  508. },
  509. seeQr(){
  510. // this.authorizShow = true;
  511. // return false;
  512. if (this.userInfo) {
  513. } else {
  514. this.authorizShow = true;
  515. return false;
  516. }
  517. uni.showLoading({
  518. title: '加载中'
  519. })
  520. this.$request.httpBinary('wxV2/createQrCode', {
  521. type:'bindWx',
  522. customerId:this.numList.customerInfo.id,
  523. unionID:this.numList.customerInfo.unionID,
  524. }, 'GET').then(res => {
  525. uni.hideLoading();
  526. this.qrimg = 'data:image/png;base64,'+uni.arrayBufferToBase64(res);
  527. this.qrSHow=true;
  528. //this.img= uni.arrayBufferToBase64(res)
  529. //console.log('list+=', this.queryShopList);
  530. })
  531. },
  532. qrclose(){
  533. this.qrSHow=false;
  534. },
  535. goShopAppraiseList() {
  536. uni.navigateTo({
  537. url: 'ShopAppraiseList?shopID=' + this.numList.shopInfo.id
  538. })
  539. },
  540. useremind(){
  541. if (this.userInfo) {
  542. uni.navigateTo({
  543. url: '../integral/integral'
  544. })
  545. } else {
  546. this.authorizShow = true;
  547. return false;
  548. }
  549. },
  550. gonavigateaboutUS(){
  551. uni.navigateTo({
  552. url: '../index/aboutUS?unionID='+this.numList.customerInfo.unionID
  553. })
  554. },
  555. gomember(memberTitle){
  556. uni.navigateTo({
  557. url: '../index/aboutUS?unionID='+this.numList.customerInfo.unionID+'&memberTitle='+memberTitle
  558. })
  559. },
  560. getVersionInfo() {
  561. this.$http('miniApp2/sys/getVersionInfov2', {
  562. appId: this.ext.appId,
  563. }, 'POST').then(res => {
  564. if( res.data){
  565. this.release_version = res.data
  566. }
  567. })
  568. },
  569. updateUserInfo() {
  570. var that = this;
  571. uni.getUserProfile({
  572. lang: 'zh_CN',
  573. desc: '登录',
  574. success: (res) => {
  575. console.log(res);
  576. that.headImg = res.userInfo.avatarUrl;
  577. that.nickName = res.userInfo.nickName;
  578. that.$http('miniApp2/sys/updateUserInfo', {
  579. nickName: res.userInfo.nickName,
  580. unionId: that.ext.unionId,
  581. headImg: res.userInfo.avatarUrl,
  582. openId: that.wxOpenData.openid
  583. }, 'POST').then(res => {
  584. })
  585. },
  586. fail: (res) => {
  587. console.log(res)
  588. }
  589. });
  590. },
  591. decryptPhoneNumber: function(e) {
  592. console.log(e);
  593. this.code = e.detail.code
  594. this.wxPhoneLogin()
  595. this.authorizShow = false;
  596. },
  597. wxPhoneLogin() {
  598. var that = this;
  599. this.$http('miniApp2/sys/wxPhoneLogin', {
  600. appId: this.ext.appId,
  601. unionId: this.ext.unionId,
  602. code: this.code,
  603. openId: this.wxOpenData.openid
  604. }, 'POST').then(res => {
  605. var data = res.data;
  606. if (data.loginInfo) {
  607. this.userInfo = data.loginInfo.openUser;
  608. this.wxOpenData = data.loginInfo;
  609. this.numList=data.loginInfo
  610. this.headImg = data.loginInfo.openUser.headImg;
  611. this.nickName = data.loginInfo.openUser.nickName;
  612. this.phone = data.loginInfo.openUser.mobilePhone;
  613. this.$store.commit('mutationswxOpenData', data)
  614. this.$store.commit('mutationsuserInfo', this.userInfo)
  615. /*setTimeout(() => {
  616. that.queryMyDetail()
  617. }, 1000); */
  618. that.queryMyDetail()
  619. if(!data.loginInfo.customerInfo.wxMiniV2OpenID){
  620. this.seeQr()
  621. }
  622. if(this.numList.customerInfo.pState==1&&this.numList.shopSettings.partnerDisabled){
  623. this.kkshow=true
  624. }
  625. if(this.numList.customerInfo.rebateState==1&&this.numList.shopSettings.introductionDisabled){
  626. this.kkshow=true
  627. }
  628. }
  629. })
  630. },
  631. map() {
  632. console.log("打开地图")
  633. var that = this;
  634. if (!that.numList.shopInfo.lat || !that.numList.shopInfo.lng) {
  635. uni.showToast({
  636. title: '该店铺未设置定位',
  637. icon: 'none',
  638. duration: 3000
  639. });
  640. } else {
  641. uni.openLocation({
  642. latitude: Number(that.numList.shopInfo.lat),
  643. longitude: Number(that.numList.shopInfo.lng),
  644. name: that.numList.shopInfo.shopName,
  645. address: that.numList.shopInfo.provinceName + that.numList.shopInfo.cityName + that.numList
  646. .shopInfo.areaName + that.numList.shopInfo.address,
  647. success: function() {
  648. console.log('success');
  649. },
  650. fail(err) {
  651. console.log(err)
  652. }
  653. });
  654. }
  655. },
  656. call() {
  657. if (this.userInfo) {
  658. } else {
  659. this.authorizShow = true;
  660. return false;
  661. }
  662. uni.makePhoneCall({
  663. phoneNumber: this.numList.shopInfo.mobilePhone
  664. });
  665. },
  666. goorder(num) {
  667. if (this.userInfo) {
  668. uni.navigateTo({
  669. url: './myOrder/myOrder?num=' + num
  670. })
  671. } else {
  672. this.authorizShow = true;
  673. return false;
  674. }
  675. },
  676. queryMyDetail() {
  677. console.log("getinfo")
  678. console.log(this.$store.state.wxOpenData)
  679. uni.showLoading({
  680. title: '加载中'
  681. })
  682. this.$http('openreservation/getInfo', {
  683. lat: this.location.lat ? this.location.lat : '',
  684. lng: this.location.lng ? this.location.lng : '',
  685. }, 'GET').then(res => {
  686. uni.hideLoading();
  687. this.numList = res.data
  688. this.headImg = res.data.openUser.headImg;
  689. this.nickName = res.data.openUser.nickName;
  690. this.phone = res.data.openUser.mobilePhone;
  691. this.showSetting=res.data.showSetting
  692. this.f2csystemlist=res.data.f2csystemlist
  693. if(this.numList.customerInfo.pState==1&&this.numList.shopSettings.partnerDisabled){
  694. this.kkshow=true
  695. }
  696. if(this.numList.customerInfo.rebateState==1&&this.numList.shopSettings.introductionDisabled){
  697. this.kkshow=true
  698. }
  699. })
  700. },
  701. gonavigateTo(url) {
  702. if (this.userInfo) {
  703. uni.navigateTo({
  704. url: url
  705. })
  706. } else {
  707. this.authorizShow = true;
  708. }
  709. /* uni.navigateTo({
  710. url: url
  711. }) */
  712. },
  713. signOut() {
  714. //uni.clearStorageSync();
  715. uni.removeStorageSync('logodata');
  716. // uni.navigateTo({
  717. // url: '../login/login'
  718. // })
  719. },
  720. authorizShowHide(){
  721. this.authorizShow=false
  722. }
  723. },
  724. onShareAppMessage(res) {
  725. return {
  726. title: this.wxOpenData.miniAppName,
  727. //imageUrl:img,
  728. path: 'pages/index/index',
  729. success(res) {
  730. uni.showToast({
  731. title: '分享成功'
  732. })
  733. },
  734. fail(res) {
  735. uni.showToast({
  736. title: '分享失败',
  737. icon: 'none',
  738. duration: 3000
  739. })
  740. }
  741. }
  742. },
  743. // 下拉刷新
  744. onPullDownRefresh() {
  745. this.queryMyDetail()
  746. setTimeout(function() {
  747. uni.stopPullDownRefresh();
  748. }, 1000);
  749. },
  750. }
  751. </script>
  752. <style scoped>
  753. .exit{
  754. background: #FFFFFF;
  755. line-height: 100rpx;
  756. font-size: 28rpx;
  757. font-family: PingFang;
  758. font-weight: 500;
  759. color: #ED2323;
  760. text-align: center;
  761. }
  762. .exit2{
  763. background: #FFFFFF;
  764. line-height: 100rpx;
  765. font-size: 28rpx;
  766. font-family: PingFang;
  767. font-weight: 500;
  768. color: #3C3C3C;
  769. text-align: center;
  770. border-bottom: 1px solid #eaeaea;
  771. margin-top: 20rpx;
  772. }
  773. .cardNameIcon{
  774. width: 30rpx;height: 30rpx;
  775. }
  776. .cardNameIcon2{
  777. width: 7rpx;height: 13rpx;
  778. margin-left: 3rpx;margin-top: 9rpx;
  779. }
  780. .cardNameTb{
  781. padding-left: 4rpx;
  782. }
  783. .cardNameBOx{
  784. background: linear-gradient(327deg, #FEA917 0%, #FFC635 100%);
  785. border-radius: 16rpx;display: flex;
  786. line-height: 30rpx;font-weight: 500;
  787. color: #764700;font-size: 22rpx;
  788. margin-left: 15rpx;
  789. padding-right: 10rpx;
  790. height: 30rpx;
  791. }
  792. .remindBox{
  793. width: 596rpx;
  794. box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(153,153,153,0.1);
  795. background: rgba(255,255,255,0.1);
  796. display: flex;justify-content: space-between;
  797. margin: 0 auto;font-size: 22rpx;
  798. padding: 9rpx 20rpx;
  799. color: #FFFFFF;
  800. line-height: 30rpx;
  801. border-radius: 8rpx;
  802. margin-bottom: 20rpx;
  803. }
  804. .useremind{
  805. font-weight: 500;
  806. color: #FFFD00;
  807. }
  808. .swiper2{
  809. min-height: 510rpx;
  810. /* margin-top: -100rpx; */
  811. }
  812. .marginTop{
  813. margin-top: -270rpx;
  814. }
  815. .marginTop2{
  816. margin-top: -120rpx;
  817. }
  818. .cardBox{
  819. width: 702rpx;
  820. min-height: 510rpx;
  821. background: #FFFFFF;
  822. border-radius: 22rpx;
  823. margin-left:24rpx ;
  824. overflow: hidden;
  825. }
  826. .cardCont{
  827. display: flex;
  828. flex-wrap: wrap;
  829. }
  830. .cardLineImgBox{
  831. width: 84rpx;
  832. height: 84rpx;
  833. /* background: linear-gradient(150deg, #222439 0%, #1A2027 100%); */
  834. border-radius: 50%;
  835. margin: 0 auto;
  836. margin-top: 30rpx;
  837. }
  838. .cardLineImg{
  839. width: 84rpx;
  840. height: 84rpx;
  841. border-radius: 50%;
  842. }
  843. .cardlineTitle{
  844. color: #3C3C3C;font-size: 24rpx;
  845. line-height: 33rpx;padding-top: 10rpx;
  846. overflow:hidden;
  847. white-space: nowrap;
  848. text-overflow: ellipsis;
  849. -o-text-overflow:ellipsis;
  850. }
  851. .cardlineTitle2{
  852. color: #999999;font-size: 24rpx;
  853. line-height: 33rpx;padding-top: 10rpx;
  854. overflow:hidden;
  855. white-space: nowrap;
  856. text-overflow: ellipsis;
  857. -o-text-overflow:ellipsis;
  858. }
  859. .cardLine{
  860. width: 25%;
  861. text-align: center;
  862. }
  863. .rowRight{
  864. color: #666666;font-size: 28rpx;padding-right: 32rpx;
  865. }
  866. .cardTOp{
  867. height: 155rpx;
  868. background-size: 100% 100%;
  869. position: relative;
  870. }
  871. .vipBsIcon{
  872. position: absolute;width: 112rpx;height: 33rpx;top: 0;right: 0;
  873. }
  874. .cardName{
  875. font-weight: 500;font-size: 30rpx;padding-top: 30rpx;padding-left: 30rpx;
  876. color: #50402A;
  877. }
  878. .cardtimeBox{
  879. display: flex;justify-content: space-between;
  880. color: #786140;font-size: 24rpx;
  881. padding-top: 20rpx;padding-left: 30rpx;padding-right: 20rpx;
  882. }
  883. .qrBox{
  884. position: fixed;
  885. width: 100vw;
  886. height: 100vh;
  887. background: rgba(0,0,0,0.5);
  888. left: 0;
  889. top: 0;
  890. z-index: 11;
  891. display: flex;
  892. justify-content: center;
  893. align-items: center;
  894. flex-direction: column;
  895. }
  896. .qrimgBox{
  897. width: 562rpx;
  898. height: 704rpx;
  899. background: #FFFFFF;
  900. border-radius: 24rpx;
  901. }
  902. .qrTitle{
  903. font-size: 30rpx;
  904. font-family: PingFangSC-Medium, PingFang SC;
  905. font-weight: 500;
  906. color: #333333;
  907. border-bottom: 1px solid #EEEEEE;
  908. text-align: center;
  909. line-height: 90rpx;
  910. position: relative;
  911. }
  912. .qrimgchahao{
  913. width: 38rpx;
  914. height: 38rpx;
  915. position: absolute;
  916. top: 26rpx;
  917. right: 20rpx;
  918. }
  919. .qrms{
  920. font-weight: 400;
  921. color: #999999;
  922. line-height: 37rpx;
  923. font-size: 26rpx;
  924. padding-top: 23rpx;
  925. text-align: center;
  926. }
  927. .qrms2{
  928. font-weight: 400;
  929. color: #999999;
  930. line-height: 37rpx;
  931. font-size: 26rpx;
  932. text-align: center;
  933. }
  934. .qrimg{
  935. width: 328rpx;
  936. height: 328rpx;
  937. }
  938. .qrBtn{
  939. width: 292rpx;
  940. height: 64rpx;
  941. background: #D53533;
  942. border-radius: 32rpx;
  943. color: #FFFFFF;
  944. line-height: 64rpx;
  945. text-align: center;
  946. margin: 0 auto;
  947. margin-top:40rpx;
  948. }
  949. .releaseVersion {
  950. font-size: 24rpx;
  951. font-family: PingFangSC-Regular, PingFang SC;
  952. font-weight: 400;
  953. color: #666666;
  954. padding: 40rpx;
  955. text-align: center;
  956. }
  957. button::after {
  958. border: none;
  959. }
  960. button {
  961. position: relative;
  962. display: block;
  963. margin-left: 0;
  964. margin-right: 0;
  965. padding-left: 0px;
  966. padding-right: 0px;
  967. box-sizing: border-box;
  968. // font-size: 18px;
  969. text-align: center;
  970. text-decoration: none;
  971. // line-height: 1;
  972. line-height: 1.35;
  973. // border-radius: 5px;
  974. -webkit-tap-highlight-color: transparent;
  975. overflow: hidden;
  976. color: #000000;
  977. background-color: #fff;
  978. height: 100%;
  979. }
  980. .box {
  981. width: 100vw;
  982. min-height: 100vh;
  983. background: #F4F5F7;
  984. padding-bottom: 60rpx;
  985. }
  986. .top {
  987. height: 350rpx;
  988. padding: 20rpx 24rpx 0;
  989. /* background-color: #D53533; */
  990. border-radius: 0 0 5% 5%;
  991. }
  992. .customerMes {
  993. display: flex;
  994. }
  995. .mes {
  996. margin-left: 20rpx;
  997. }
  998. .nick {
  999. margin-bottom: 5rpx;
  1000. display: flex;
  1001. justify-content: flex-start;
  1002. align-items: center;
  1003. }
  1004. .nickName {
  1005. font-size: 34rpx;
  1006. color: #FFFFFF;
  1007. font-weight: bold;
  1008. line-height: 48rpx;
  1009. height: 48rpx;
  1010. overflow: hidden; /*内容会被修剪,并且其余内容是不可见的*/
  1011. text-overflow:ellipsis; /*显示省略符号来代表被修剪的文本。*/
  1012. white-space: nowrap; /*文本不换行*/
  1013. }
  1014. .nickName2 {
  1015. font-size: 30rpx;
  1016. color: #FFFFFF;
  1017. font-weight: bold;
  1018. line-height: 48rpx;
  1019. height: 48rpx;
  1020. overflow: hidden; /*内容会被修剪,并且其余内容是不可见的*/
  1021. text-overflow:ellipsis; /*显示省略符号来代表被修剪的文本。*/
  1022. white-space: nowrap; /*文本不换行*/
  1023. }
  1024. .grade {
  1025. margin-left: 15rpx;
  1026. font-size: 22rpx;
  1027. color: #FFFFFF;
  1028. padding: 0rpx 10rpx;
  1029. border: 1px solid #FFFFFF;
  1030. border-radius: 18rpx;
  1031. height: 26rpx;
  1032. line-height: 28rpx;
  1033. }
  1034. .phone {
  1035. font-size: 24rpx;
  1036. color: #FFFFFF;
  1037. }
  1038. .headerBox {
  1039. padding: 16rpx 24rpx;
  1040. display: flex;
  1041. justify-content: space-around;
  1042. }
  1043. .quan {
  1044. display: flex;
  1045. flex-direction: column;
  1046. align-items: center;
  1047. }
  1048. .numStr {
  1049. font-size: 32rpx;
  1050. font-weight: bold;
  1051. color: #FFFFFF;
  1052. line-height: 45rpx;
  1053. }
  1054. .numStr2{
  1055. font-size: 40rpx;
  1056. font-weight: 500;
  1057. color: #FFFFFF;
  1058. line-height: 60rpx;
  1059. }
  1060. .nameStr {
  1061. font-size: 24rpx;
  1062. color: #FFFFFF;
  1063. }
  1064. .orderBox {
  1065. margin: 0rpx 24rpx;
  1066. background: #FFFFFF;
  1067. padding: 30rpx 20rpx;
  1068. border-radius: 10rpx;
  1069. margin-top: 20rpx;
  1070. }
  1071. .orderTitle {
  1072. font-size: 30rpx;
  1073. color: #333333;
  1074. font-weight: bold;
  1075. }
  1076. .orderAll {
  1077. display: flex;
  1078. justify-content: space-between;
  1079. align-items: center;
  1080. }
  1081. .orderLine {
  1082. width: 25%;
  1083. text-align: center;
  1084. }
  1085. .orderLineImg {
  1086. width: 60rpx;
  1087. height: 60rpx;
  1088. }
  1089. .orderLineTxt {
  1090. font-size: 24rpx;
  1091. color: #333333;
  1092. }
  1093. .orderImgBox {
  1094. text-align: center;
  1095. position: relative;
  1096. }
  1097. .orderLIneBox {
  1098. display: flex;
  1099. justify-content: space-between;
  1100. padding-top: 30rpx;
  1101. }
  1102. .orderNum {
  1103. height: 26rpx;
  1104. line-height: 26rpx;
  1105. background: #FF0000;
  1106. padding: 0 8rpx;
  1107. border-radius: 13rpx;
  1108. color: #FFFFFF;
  1109. font-size: 20rpx;
  1110. position: absolute;
  1111. left: 82rpx;
  1112. z-index: 11;
  1113. }
  1114. .big_rightArrow {
  1115. margin-right: 20rpx;
  1116. width: 30rpx;
  1117. height: 30rpx;
  1118. }
  1119. .rowBoxBg {
  1120. margin: 20rpx 24rpx;
  1121. background: #FFFFFF;
  1122. border-radius: 10rpx;
  1123. }
  1124. .rowBox {
  1125. display: flex;
  1126. justify-content: space-between;
  1127. background: #FFFFFF;
  1128. padding: 35rpx 0rpx;
  1129. border-radius: 10rpx;
  1130. align-items: center;
  1131. }
  1132. .leftView {
  1133. display: flex;
  1134. align-items: center;
  1135. }
  1136. .rightView {
  1137. display: flex;
  1138. align-items: center;
  1139. }
  1140. .liftIcon {
  1141. width: 34rpx;
  1142. height: 34rpx;
  1143. margin: 0rpx 20rpx;
  1144. }
  1145. .rowTitle {
  1146. color: #3C3C3C;
  1147. font-size: 28rpx;
  1148. }
  1149. .signOut {
  1150. width: 702rpx;
  1151. height: 98rpx;
  1152. background: #FFFFFF;
  1153. border-radius: 10rpx;
  1154. font-size: 30rpx;
  1155. color: #FF3B30;
  1156. line-height: 98rpx;
  1157. text-align: center;
  1158. margin: 40rpx 24rpx;
  1159. }
  1160. .shopBox {
  1161. padding: 20rpx;
  1162. margin: 20rpx 24rpx;
  1163. background-color: #FFFFFF;
  1164. border-radius: 10rpx;
  1165. }
  1166. .shopCont {
  1167. display: flex;
  1168. justify-content: space-between;
  1169. align-items: center;
  1170. }
  1171. .shopName {
  1172. font-size: 30rpx;
  1173. font-weight: bold;
  1174. color: #3C3C3C;
  1175. line-height: 42rpx;
  1176. }
  1177. .appraiseBox {
  1178. padding: 5rpx 0;
  1179. margin-top: 10rpx;
  1180. height: 62rpx;
  1181. display: flex;
  1182. align-items: center;
  1183. }
  1184. .appraise {
  1185. color: #FF0000;
  1186. font-size: 38rpx;
  1187. font-weight: bold;
  1188. }
  1189. .line {
  1190. margin: 0 12rpx;
  1191. width: 1rpx;
  1192. height: 30rpx;
  1193. }
  1194. .appraiseCount {
  1195. font-size: 24rpx;
  1196. font-weight: 400;
  1197. color: #666666;
  1198. flex-grow: 1;
  1199. margin-top: 10rpx;
  1200. }
  1201. .rightArrow {
  1202. width: 7rpx;
  1203. height: 15rpx;
  1204. margin-left: 16rpx;
  1205. }
  1206. .shopRightBox {
  1207. display: flex;
  1208. justify-content: space-between;
  1209. }
  1210. .address {
  1211. display: flex;
  1212. justify-content: space-between;
  1213. align-items: center;
  1214. }
  1215. .Address,
  1216. .shopTime,
  1217. .distance {
  1218. color: #999999;
  1219. font-size: 24rpx;
  1220. padding-top: 15rpx;
  1221. /* 隐藏文字显示 ...不换行 */
  1222. overflow: hidden;
  1223. text-overflow: ellipsis;
  1224. white-space: nowrap;
  1225. }
  1226. .shopRightBox {}
  1227. .shopRightImg {
  1228. width: 44rpx;
  1229. height: 45rpx;
  1230. }
  1231. .authorizBox {
  1232. width: 100vw;
  1233. height: 100vh;
  1234. background: rgba(0, 0, 0, 0.5);
  1235. position: fixed;
  1236. top: 0;
  1237. left: 0;
  1238. z-index: 11;
  1239. }
  1240. .authorizCont {
  1241. margin-top: 30vh;
  1242. width: 564rpx;
  1243. height: 408rpx;
  1244. background: #FFFFFF;
  1245. border-radius: 24rpx;
  1246. margin-left: 93rpx;
  1247. position: relative;
  1248. }
  1249. .authorizCloseImg {
  1250. width: 62rpx;
  1251. height: 62rpx;
  1252. }
  1253. .sqLogoBox {
  1254. width: 180rpx;
  1255. height: 180rpx;
  1256. background: #FFFFFF;
  1257. border-radius: 90rpx;
  1258. text-align: center;
  1259. position: absolute;
  1260. top: -50rpx;
  1261. left: 192rpx;
  1262. }
  1263. .authorizName {
  1264. color: #333333;
  1265. line-height: 42rpx;
  1266. font-size: 30rpx;
  1267. text-align: center;
  1268. padding-top: 58rpx;
  1269. }
  1270. .authorizMs {
  1271. color: #999999;
  1272. line-height: 36rpx;
  1273. font-size: 26rpx;
  1274. width: 452rpx;
  1275. padding-top: 24rpx;
  1276. text-align: center;
  1277. margin-left: 56rpx;
  1278. }
  1279. .authorizContbutton {
  1280. width: 422rpx;
  1281. height: 88rpx;
  1282. background: #D53533;
  1283. border-radius: 44rpx;
  1284. line-height: 88rpx;
  1285. text-align: center;
  1286. font-size: 30rpx;
  1287. color: #FFFFFF;
  1288. margin-top: 62rpx;
  1289. margin-left: 71rpx;
  1290. }
  1291. </style>