user.vue 40 KB

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