user.vue 37 KB

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