user.vue 37 KB

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