user.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032
  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="../../static/img/icon_me.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" v-if="numList.levelName">{{numList.levelName}}</view>
  13. </view>
  14. <view class="phone">{{phone}} <span @click="seeQr">{{numList.customerInfo.wxMiniV2OpenID?' / 已绑定微信>':' / 未绑定微信>'}}</span> </view>
  15. </view>
  16. </view>
  17. <view class="headerBox">
  18. <view class="quan" @click="gonavigateTo('../index/discountCard')">
  19. <view class="numStr">{{numList.count?numList.count:0}}</view>
  20. <view class="nameStr">优惠券</view>
  21. </view>
  22. <view class="quan" @click="gonavigateTo('../integral/integral?totalIntegral='+numList.totalIntegral)">
  23. <view class="numStr">{{numList.totalIntegral?numList.totalIntegral:0}}</view>
  24. <view class="nameStr">积分</view>
  25. </view>
  26. <view class="quan" @click="gonavigateTo('../index/vipCard')">
  27. <view class="numStr">{{numList.cardNum?numList.cardNum:0}}</view>
  28. <view class="nameStr">会员卡</view>
  29. </view>
  30. </view>
  31. </view>
  32. <!-- 我的订单 -->
  33. <view class="orderBox">
  34. <view class="orderTitle">我的订单</view>
  35. <view class="orderLIneBox">
  36. <view class="orderLine" @click="goorder(1)">
  37. <view class="orderImgBox">
  38. <view class="orderNum" v-show="numList.waitPurchaseSize>0">
  39. {{numList.waitPurchaseSize>99?'99+':numList.waitPurchaseSize}}
  40. </view>
  41. <image src="../../static/img/icon_daifukuan.png" mode="" class="orderLineImg"></image>
  42. </view>
  43. <view class="orderLineTxt">待付款</view>
  44. </view>
  45. <view class="orderLine" @click="goorder(2)">
  46. <view class="orderImgBox">
  47. <view class="orderNum" v-show="numList.waitServiceSize>0">
  48. {{numList.waitServiceSize>99?'99+':numList.waitServiceSize}}
  49. </view>
  50. <image src="../../static/img/icon_daifuwu.png" mode="" class="orderLineImg"></image>
  51. </view>
  52. <view class="orderLineTxt">待服务</view>
  53. </view>
  54. <view class="orderLine" @click="goorder(3)">
  55. <view class="orderImgBox">
  56. <view class="orderNum" v-show="numList.hasOverSize>0">
  57. {{numList.hasOverSize>99?'99+':numList.hasOverSize}}
  58. </view>
  59. <image src="../../static/img/icon_yiwancheng.png" mode="" class="orderLineImg"></image>
  60. </view>
  61. <view class="orderLineTxt">已完成</view>
  62. </view>
  63. <view class="orderLine" @click="goorder(0)">
  64. <view class="orderImgBox">
  65. <view class="orderNum" v-show="numList.allSize>0">{{numList.allSize>99?'99+':numList.allSize}}
  66. </view>
  67. <image src="../../static/img/icon_allorder.png" mode="" class="orderLineImg"></image>
  68. </view>
  69. <view class="orderLineTxt">全部</view>
  70. </view>
  71. </view>
  72. </view>
  73. <!-- 店铺信息 -->
  74. <view class="shopBox" v-if="userInfo">
  75. <view class="shopCont">
  76. <view class="shopName">{{numList.shopInfo.shopName}}</view>
  77. <view class="shopRightBox">
  78. <image src="../../static/img/icon_ditu.png" mode="" class="shopRightImg"
  79. style="margin-right: 67rpx;" @click="map"></image>
  80. <image src="../../static/img/icon_phone.png" mode="" class="shopRightImg" @click="call"></image>
  81. </view>
  82. </view>
  83. <view v-if="numList.isShowScore == 1 && numList.isShowEvaluate == 1" class="appraiseBox">
  84. <view v-if="numList.isShowScore == 1 && numList.shopInfo.miniV2ShopScore" class="appraise">
  85. {{numList.shopInfo.miniV2ShopScore}}
  86. <span style='font-size: 26rpx; margin-left: 3rpx;'>分</span>
  87. </view>
  88. <view v-if="numList.isShowScore == 1 && !numList.shopInfo.miniV2ShopScore" class="appraise"
  89. style='font-size: 26rpx;'>暂无评分</span>
  90. </view>
  91. <view v-if="numList.isShowScore == 1" class="line"></view>
  92. <view @click="goShopAppraiseList()" v-if="numList.isShowEvaluate == 1 && numList.evaluateCount "
  93. class="appraiseCount">评价数
  94. {{numList.evaluateCount}}
  95. <image v-if="numList.isShowEvaluate == 1" class="rightArrow"
  96. src="../../static/timg/icon_arrow_right.png" mode=""></image>
  97. </view>
  98. <view v-if="numList.isShowEvaluate == 1 && !numList.evaluateCount " class="appraiseCount">暂无评价
  99. </view>
  100. </view>
  101. <view class="shopTime" v-if="numList.shopInfo.startTime && numList.shopInfo.endTime">
  102. {{numList.shopInfo.startTime}}-{{numList.shopInfo.endTime}}
  103. </view>
  104. <view class="address">
  105. <view class="Address">
  106. {{numList.shopInfo.provinceName?numList.shopInfo.provinceName:''}}
  107. {{numList.shopInfo.cityName?numList.shopInfo.cityName:''}}
  108. {{numList.shopInfo.areaName?numList.shopInfo.areaName:''}}
  109. {{numList.shopInfo.address?numList.shopInfo.address:''}}
  110. </view>
  111. <!-- <view class="distance" v-if="numList.shopInfo.distance&&numList.shopInfo.distance!= '0.00'">{{numList.shopInfo.distance}}km</view> -->
  112. </view>
  113. </view>
  114. <!-- 我的 相关 -->
  115. <view class="rowBoxBg">
  116. <view class="rowBox" @click="gonavigateTo('../user/expertServices')">
  117. <view class="leftView">
  118. <image src="../../static/img/icon_me1.png" mode="" class="liftIcon"></image>
  119. <view class="rowTitle">服务专家</view>
  120. </view>
  121. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  122. </view>
  123. <view class="rowBox" @click="gonavigateTo('./addCar/cailist?type=3')">
  124. <view class="leftView">
  125. <image src="../../static/img/icon_me2.png" mode="" class="liftIcon"></image>
  126. <view class="rowTitle">我的车库</view>
  127. </view>
  128. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  129. </view>
  130. <view class="rowBox" @click="gonavigateTo('myBespeak')">
  131. <view class="leftView">
  132. <image src="../../static/img/icon_me3.png" mode="" class="liftIcon"></image>
  133. <view class="rowTitle">我的预约</view>
  134. </view>
  135. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  136. </view>
  137. <view class="rowBox" @click="gonavigateTo('historySpend')">
  138. <view class="leftView">
  139. <image src="../../static/img/icon_me4.png" mode="" class="liftIcon"></image>
  140. <view class="rowTitle">历史消费</view>
  141. </view>
  142. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  143. </view>
  144. <view class="rowBox" @click="gonavigateTo('checkReport')">
  145. <view class="leftView">
  146. <image src="../../static/img/icon_me5.png" mode="" class="liftIcon"></image>
  147. <view class="rowTitle">车检报告</view>
  148. </view>
  149. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  150. </view>
  151. <view class="rowBox" @click="gonavigateTo('myAppraise')">
  152. <view class="leftView">
  153. <image src="../../static/img/icon_pingjia.png" mode="" class="liftIcon"></image>
  154. <view class="rowTitle">我的评价</view>
  155. </view>
  156. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  157. </view>
  158. <button open-type="share" class="rowBox">
  159. <view class="leftView">
  160. <image src="../../static/img/icon_me6.png" mode="" class="liftIcon"></image>
  161. <view class="rowTitle">分享给好友</view>
  162. </view>
  163. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  164. </button>
  165. <view class="rowBox" @click="gonavigateTo('feedBack')">
  166. <view class="leftView">
  167. <image src="../../static/img/icon_me7.png" mode="" class="liftIcon"></image>
  168. <view class="rowTitle">意见反馈</view>
  169. </view>
  170. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  171. </view>
  172. <view class="rowBox" @click="gonavigateTo('../partner/partner')"
  173. v-if="numList.customerInfo.pState==1&&numList.shopSettings.partnerDisabled">
  174. <view class="leftView">
  175. <image src="../../static/img/icon_hehuoren.png" mode="" class="liftIcon"></image>
  176. <view class="rowTitle">车主合伙人</view>
  177. </view>
  178. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  179. </view>
  180. <view class="rowBox" @click="gonavigateTo('../referral/referral')"
  181. v-if="numList.customerInfo.rebateState==1&&numList.shopSettings.introductionDisabled">
  182. <view class="leftView">
  183. <image src="../../static/img/icon_kehuzhuanjieshao.png" mode="" class="liftIcon"></image>
  184. <view class="rowTitle">客户转介绍</view>
  185. </view>
  186. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  187. </view>
  188. <!-- <view class="rowBox" @click="gonavigateTo('../report/complete?id=278569FB-6F21-47AD-8B66-D62D2EA6981D')">
  189. <view class="leftView">
  190. <image src="../../static/img/icon_kehuzhuanjieshao.png" mode="" class="liftIcon"></image>
  191. <view class="rowTitle">完工报告</view>
  192. </view>
  193. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  194. </view>
  195. <view class="rowBox" @click="gonavigateTo('../report/working?id=56D5F8C1-9F11-40BA-8937-B4AABD4666B5')">
  196. <view class="leftView">
  197. <image src="../../static/img/icon_kehuzhuanjieshao.png" mode="" class="liftIcon"></image>
  198. <view class="rowTitle">施工报告</view>
  199. </view>
  200. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  201. </view> -->
  202. <!-- 先隐藏 -->
  203. <!-- <view class="rowBox" @click="gonavigateTo('')">
  204. <view class="leftView">
  205. <image src="../../static/img/icon_me8.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>
  211. <view class="releaseVersion">版本号:{{release_version}}</view>
  212. <!-- <view class="signOut" @click="signOut">退出登录</view> -->
  213. <!-- 手机号授权 -->
  214. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  215. <view class="authorizCont" @click.stop="">
  216. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  217. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  218. <button class="authorizContbutton" type="default" open-type="getPhoneNumber"
  219. @getphonenumber="decryptPhoneNumber">授权</button>
  220. </view>
  221. <view style="text-align: center;padding-top: 56rpx;">
  222. <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  223. </view>
  224. </view>
  225. <!-- <image :src="qrimg" mode=""></image> -->
  226. <view class="qrBox" v-if="qrSHow">
  227. <view class="qrimgBox">
  228. <view class="qrTitle">微信绑定
  229. <image src="../../static/timg/chahao.png" mode="" class="qrimgchahao" @click="qrclose"></image>
  230. </view>
  231. <view class="qrms">扫描/长按下方二维码进行绑定</view>
  232. <view class="qrms2">绑定后可接收微信消息通知</view>
  233. <view style="text-align: center;padding-top: 30rpx;">
  234. <image :src="qrimg" mode="" class="qrimg" :show-menu-by-longpress='true'></image>
  235. </view>
  236. <view class="qrBtn" @click="qrclose">我知道了</view>
  237. </view>
  238. </view>
  239. </view>
  240. </template>
  241. <script>
  242. export default {
  243. data() {
  244. return {
  245. userInfo: '',
  246. shopData: '',
  247. numList: '',
  248. uid: '',
  249. headImg: '',
  250. location: {
  251. lng: '',
  252. lat: '',
  253. },
  254. authorizShow: false,
  255. code: '',
  256. wxOpenData: '',
  257. nickName: '',
  258. phone: '',
  259. ext: '',
  260. themeColor: '',
  261. release_version: '',
  262. qrimg:'',
  263. qrSHow:false,
  264. }
  265. },
  266. onLoad(opt) {
  267. this.ext = this.$common.getExtStoreId();
  268. this.themeColor = uni.getStorageSync("themeColor");
  269. if (this.themeColor) {
  270. if (this.themeColor == '6F2BE8') {
  271. var backgroundImage = '/static/tabimg/me6F2BE8.png'
  272. }
  273. if (this.themeColor == '1677FF') {
  274. var backgroundImage = '/static/tabimg/me1677FF.png'
  275. }
  276. if (this.themeColor == 'FF4F00') {
  277. var backgroundImage = '/static/tabimg/meFF4F00.png'
  278. }
  279. if (this.themeColor == 'D53533') {
  280. var backgroundImage = '/static/tabimg/me1.png'
  281. }
  282. uni.setTabBarStyle({
  283. // color: '#FF0000',
  284. selectedColor: '#' + this.themeColor,
  285. })
  286. uni.setTabBarItem({
  287. index: 3,
  288. text: '我的',
  289. selectedIconPath: backgroundImage
  290. })
  291. }
  292. uni.setNavigationBarColor({
  293. frontColor: "#ffffff",
  294. backgroundColor: '#' + this.themeColor
  295. })
  296. this.getVersionInfo()
  297. // const accountInfo = wx.getAccountInfoSync();
  298. // var version_number = accountInfo.miniProgram.version;
  299. // console.log(version_number)
  300. },
  301. onShow() {
  302. const wxOpenData = this.$store.state.wxOpenData;
  303. this.wxOpenData = wxOpenData
  304. //console.log()
  305. if (wxOpenData) {
  306. this.uid = wxOpenData.loginInfo.uid;
  307. }
  308. this.userInfo = this.$store.state.userInfo;
  309. if (this.userInfo) {
  310. this.queryMyDetail();
  311. } else {
  312. this.authorizShow = true;
  313. }
  314. },
  315. methods: {
  316. seeQr(){
  317. uni.showLoading({
  318. title: '加载中'
  319. })
  320. this.$request.httpBinary('wxV2/createQrCode', {
  321. type:'bindWx',
  322. customerId:this.numList.customerInfo.id,
  323. unionID:this.numList.customerInfo.unionID,
  324. }, 'GET').then(res => {
  325. uni.hideLoading();
  326. this.qrimg = 'data:image/png;base64,'+uni.arrayBufferToBase64(res);
  327. this.qrSHow=true;
  328. //this.img= uni.arrayBufferToBase64(res)
  329. //console.log('list+=', this.queryShopList);
  330. })
  331. },
  332. qrclose(){
  333. this.qrSHow=false;
  334. },
  335. goShopAppraiseList() {
  336. uni.navigateTo({
  337. url: 'ShopAppraiseList?shopID=' + this.numList.shopInfo.id
  338. })
  339. },
  340. getVersionInfo() {
  341. this.$http('miniApp2/sys/getVersionInfo', {
  342. appId: this.ext.appId,
  343. }, 'POST').then(res => {
  344. this.release_version = res.data.release_version
  345. })
  346. },
  347. updateUserInfo() {
  348. var that = this;
  349. uni.getUserProfile({
  350. lang: 'zh_CN',
  351. desc: '登录',
  352. success: (res) => {
  353. console.log(res);
  354. that.headImg = res.userInfo.avatarUrl;
  355. that.nickName = res.userInfo.nickName;
  356. that.$http('miniApp2/sys/updateUserInfo', {
  357. nickName: res.userInfo.nickName,
  358. unionId: that.ext.unionId,
  359. headImg: res.userInfo.avatarUrl,
  360. openId: that.wxOpenData.openid
  361. }, 'POST').then(res => {
  362. })
  363. },
  364. fail: (res) => {
  365. console.log(res)
  366. }
  367. });
  368. },
  369. decryptPhoneNumber: function(e) {
  370. console.log(e);
  371. this.code = e.detail.code
  372. this.wxPhoneLogin()
  373. this.authorizShow = false;
  374. },
  375. wxPhoneLogin() {
  376. var that = this;
  377. this.$http('miniApp2/sys/wxPhoneLogin', {
  378. appId: this.ext.appId,
  379. unionId: this.ext.unionId,
  380. code: this.code,
  381. openId: this.wxOpenData.openid
  382. }, 'POST').then(res => {
  383. var data = res.data;
  384. if (data.loginInfo) {
  385. this.userInfo = data.loginInfo.openUser;
  386. this.wxOpenData = data.loginInfo;
  387. this.$store.commit('mutationswxOpenData', data.loginInfo)
  388. this.$store.commit('mutationsuserInfo', this.userInfo)
  389. this.queryMyDetail()
  390. }
  391. })
  392. },
  393. map() {
  394. console.log("打开地图")
  395. var that = this;
  396. if (!that.numList.shopInfo.lat || !that.numList.shopInfo.lng) {
  397. uni.showToast({
  398. title: '该店铺未设置定位',
  399. icon: 'none',
  400. duration: 3000
  401. });
  402. } else {
  403. uni.openLocation({
  404. latitude: Number(that.numList.shopInfo.lat),
  405. longitude: Number(that.numList.shopInfo.lng),
  406. name: that.numList.shopInfo.shopName,
  407. address: that.numList.shopInfo.provinceName + that.numList.shopInfo.cityName + that.numList
  408. .shopInfo.areaName + that.numList.shopInfo.address,
  409. success: function() {
  410. console.log('success');
  411. },
  412. fail(err) {
  413. console.log(err)
  414. }
  415. });
  416. }
  417. },
  418. call() {
  419. uni.makePhoneCall({
  420. phoneNumber: this.numList.shopInfo.mobilePhone
  421. });
  422. },
  423. goorder(num) {
  424. uni.navigateTo({
  425. url: './myOrder/myOrder?num=' + num
  426. })
  427. },
  428. queryMyDetail() {
  429. uni.showLoading({
  430. title: '加载中'
  431. })
  432. this.$http('openreservation/getInfo', {
  433. lat: this.location.lat ? this.location.lat : '',
  434. lng: this.location.lng ? this.location.lng : '',
  435. }, 'GET').then(res => {
  436. uni.hideLoading();
  437. this.numList = res.data
  438. this.headImg = res.data.openUser.headImg;
  439. this.nickName = res.data.openUser.nickName;
  440. this.phone = res.data.openUser.mobilePhone;
  441. })
  442. },
  443. gonavigateTo(url) {
  444. // if (this.userInfo) {
  445. // uni.navigateTo({
  446. // url: url
  447. // })
  448. // } else {
  449. // this.authorizShow = true;
  450. // }
  451. uni.navigateTo({
  452. url: url
  453. })
  454. },
  455. signOut() {
  456. //uni.clearStorageSync();
  457. uni.removeStorageSync('logodata');
  458. // uni.navigateTo({
  459. // url: '../login/login'
  460. // })
  461. },
  462. },
  463. onShareAppMessage(res) {
  464. return {
  465. title: this.wxOpenData.miniAppName,
  466. //imageUrl:img,
  467. path: 'pages/index/index',
  468. success(res) {
  469. uni.showToast({
  470. title: '分享成功'
  471. })
  472. },
  473. fail(res) {
  474. uni.showToast({
  475. title: '分享失败',
  476. icon: 'none',
  477. duration: 3000
  478. })
  479. }
  480. }
  481. },
  482. // 下拉刷新
  483. onPullDownRefresh() {
  484. this.queryMyDetail()
  485. setTimeout(function() {
  486. uni.stopPullDownRefresh();
  487. }, 1000);
  488. },
  489. }
  490. </script>
  491. <style scoped>
  492. .qrBox{
  493. position: fixed;
  494. width: 100vw;
  495. height: 100vh;
  496. background: rgba(0,0,0,0.5);
  497. left: 0;
  498. top: 0;
  499. z-index: 11;
  500. display: flex;
  501. justify-content: center;
  502. align-items: center;
  503. flex-direction: column;
  504. }
  505. .qrimgBox{
  506. width: 562rpx;
  507. height: 704rpx;
  508. background: #FFFFFF;
  509. border-radius: 24rpx;
  510. }
  511. .qrTitle{
  512. font-size: 30rpx;
  513. font-family: PingFangSC-Medium, PingFang SC;
  514. font-weight: 500;
  515. color: #333333;
  516. border-bottom: 1px solid #EEEEEE;
  517. text-align: center;
  518. line-height: 90rpx;
  519. position: relative;
  520. }
  521. .qrimgchahao{
  522. width: 38rpx;
  523. height: 38rpx;
  524. position: absolute;
  525. top: 26rpx;
  526. right: 20rpx;
  527. }
  528. .qrms{
  529. font-weight: 400;
  530. color: #999999;
  531. line-height: 37rpx;
  532. font-size: 26rpx;
  533. padding-top: 23rpx;
  534. text-align: center;
  535. }
  536. .qrms2{
  537. font-weight: 400;
  538. color: #999999;
  539. line-height: 37rpx;
  540. font-size: 26rpx;
  541. text-align: center;
  542. }
  543. .qrimg{
  544. width: 328rpx;
  545. height: 328rpx;
  546. }
  547. .qrBtn{
  548. width: 292rpx;
  549. height: 64rpx;
  550. background: #D53533;
  551. border-radius: 32rpx;
  552. color: #FFFFFF;
  553. line-height: 64rpx;
  554. text-align: center;
  555. margin: 0 auto;
  556. margin-top:40rpx;
  557. }
  558. .releaseVersion {
  559. font-size: 24rpx;
  560. font-family: PingFangSC-Regular, PingFang SC;
  561. font-weight: 400;
  562. color: #666666;
  563. padding: 40rpx;
  564. text-align: center;
  565. }
  566. button::after {
  567. border: none;
  568. }
  569. button {
  570. position: relative;
  571. display: block;
  572. margin-left: 0;
  573. margin-right: 0;
  574. padding-left: 0px;
  575. padding-right: 0px;
  576. box-sizing: border-box;
  577. // font-size: 18px;
  578. text-align: center;
  579. text-decoration: none;
  580. // line-height: 1;
  581. line-height: 1.35;
  582. // border-radius: 5px;
  583. -webkit-tap-highlight-color: transparent;
  584. overflow: hidden;
  585. color: #000000;
  586. background-color: #fff;
  587. height: 100%;
  588. }
  589. .box {
  590. width: 100vw;
  591. min-height: 100vh;
  592. background: #F4F5F7;
  593. padding-bottom: 60rpx;
  594. }
  595. .top {
  596. height: 350rpx;
  597. padding: 20rpx 24rpx 0;
  598. background-color: #D53533;
  599. border-radius: 0 0 5% 5%;
  600. }
  601. .customerMes {
  602. display: flex;
  603. }
  604. .mes {
  605. margin-left: 20rpx;
  606. }
  607. .nick {
  608. margin-bottom: 5rpx;
  609. display: flex;
  610. justify-content: flex-start;
  611. align-items: center;
  612. }
  613. .nickName {
  614. font-size: 34rpx;
  615. color: #FFFFFF;
  616. font-weight: bold;
  617. line-height: 48rpx;
  618. height: 48rpx;
  619. }
  620. .grade {
  621. margin-left: 15rpx;
  622. font-size: 24rpx;
  623. color: #FFFFFF;
  624. padding: 0rpx 10rpx;
  625. border: 1rpx solid #FFFFFF;
  626. border-radius: 4rpx;
  627. height: 36rpx;
  628. }
  629. .phone {
  630. font-size: 24rpx;
  631. color: #FFFFFF;
  632. }
  633. .headerBox {
  634. padding: 30rpx 24rpx;
  635. display: flex;
  636. justify-content: space-around;
  637. }
  638. .quan {
  639. display: flex;
  640. flex-direction: column;
  641. align-items: center;
  642. height: 120rpx;
  643. }
  644. .numStr {
  645. font-size: 40rpx;
  646. font-weight: bold;
  647. color: #FFFFFF;
  648. line-height: 56rpx;
  649. }
  650. .nameStr {
  651. font-size: 24rpx;
  652. color: #FFFFFF;
  653. }
  654. .orderBox {
  655. margin: 0rpx 24rpx;
  656. background: #FFFFFF;
  657. padding: 30rpx 20rpx;
  658. border-radius: 10rpx;
  659. margin-top: -100rpx;
  660. }
  661. .orderTitle {
  662. font-size: 30rpx;
  663. color: #333333;
  664. font-weight: bold;
  665. }
  666. .orderAll {
  667. display: flex;
  668. justify-content: space-between;
  669. align-items: center;
  670. }
  671. .orderLine {
  672. width: 25%;
  673. text-align: center;
  674. }
  675. .orderLineImg {
  676. width: 60rpx;
  677. height: 60rpx;
  678. }
  679. .orderLineTxt {
  680. font-size: 24rpx;
  681. color: #333333;
  682. }
  683. .orderImgBox {
  684. text-align: center;
  685. position: relative;
  686. }
  687. .orderLIneBox {
  688. display: flex;
  689. justify-content: space-between;
  690. padding-top: 30rpx;
  691. }
  692. .orderNum {
  693. height: 26rpx;
  694. line-height: 26rpx;
  695. background: #FF0000;
  696. padding: 0 8rpx;
  697. border-radius: 13rpx;
  698. color: #FFFFFF;
  699. font-size: 20rpx;
  700. position: absolute;
  701. left: 90rpx;
  702. z-index: 11;
  703. }
  704. .big_rightArrow {
  705. margin-right: 20rpx;
  706. width: 30rpx;
  707. height: 30rpx;
  708. }
  709. .rowBoxBg {
  710. margin: 20rpx 24rpx;
  711. background: #FFFFFF;
  712. border-radius: 10rpx;
  713. }
  714. .rowBox {
  715. display: flex;
  716. justify-content: space-between;
  717. background: #FFFFFF;
  718. padding: 35rpx 0rpx;
  719. border-radius: 10rpx;
  720. align-items: center;
  721. }
  722. .leftView {
  723. display: flex;
  724. align-items: center;
  725. }
  726. .rightView {
  727. display: flex;
  728. align-items: center;
  729. }
  730. .liftIcon {
  731. width: 34rpx;
  732. height: 34rpx;
  733. margin: 0rpx 20rpx;
  734. }
  735. .rowTitle {
  736. color: #3C3C3C;
  737. font-size: 28rpx;
  738. }
  739. .signOut {
  740. width: 702rpx;
  741. height: 98rpx;
  742. background: #FFFFFF;
  743. border-radius: 10rpx;
  744. font-size: 30rpx;
  745. color: #FF3B30;
  746. line-height: 98rpx;
  747. text-align: center;
  748. margin: 40rpx 24rpx;
  749. }
  750. .shopBox {
  751. padding: 20rpx;
  752. margin: 20rpx 24rpx;
  753. background-color: #FFFFFF;
  754. border-radius: 10rpx;
  755. }
  756. .shopCont {
  757. display: flex;
  758. justify-content: space-between;
  759. align-items: center;
  760. }
  761. .shopName {
  762. font-size: 30rpx;
  763. font-weight: bold;
  764. color: #3C3C3C;
  765. line-height: 42rpx;
  766. }
  767. .appraiseBox {
  768. padding: 5rpx 0;
  769. margin-top: 10rpx;
  770. height: 62rpx;
  771. display: flex;
  772. align-items: center;
  773. }
  774. .appraise {
  775. color: #FF0000;
  776. font-size: 38rpx;
  777. font-weight: bold;
  778. }
  779. .line {
  780. margin: 0 12rpx;
  781. width: 1rpx;
  782. height: 30rpx;
  783. }
  784. .appraiseCount {
  785. font-size: 24rpx;
  786. font-weight: 400;
  787. color: #666666;
  788. flex-grow: 1;
  789. margin-top: 10rpx;
  790. }
  791. .rightArrow {
  792. width: 7rpx;
  793. height: 15rpx;
  794. margin-left: 16rpx;
  795. }
  796. .shopRightBox {
  797. display: flex;
  798. justify-content: space-between;
  799. }
  800. .address {
  801. display: flex;
  802. justify-content: space-between;
  803. align-items: center;
  804. }
  805. .Address,
  806. .shopTime,
  807. .distance {
  808. color: #999999;
  809. font-size: 24rpx;
  810. padding-top: 15rpx;
  811. /* 隐藏文字显示 ...不换行 */
  812. overflow: hidden;
  813. text-overflow: ellipsis;
  814. white-space: nowrap;
  815. }
  816. .shopRightBox {}
  817. .shopRightImg {
  818. width: 44rpx;
  819. height: 45rpx;
  820. }
  821. .authorizBox {
  822. width: 100vw;
  823. height: 100vh;
  824. background: rgba(0, 0, 0, 0.5);
  825. position: fixed;
  826. top: 0;
  827. left: 0;
  828. }
  829. .authorizCont {
  830. margin-top: 30vh;
  831. width: 564rpx;
  832. height: 408rpx;
  833. background: #FFFFFF;
  834. border-radius: 24rpx;
  835. margin-left: 93rpx;
  836. position: relative;
  837. }
  838. .authorizCloseImg {
  839. width: 62rpx;
  840. height: 62rpx;
  841. }
  842. .sqLogoBox {
  843. width: 180rpx;
  844. height: 180rpx;
  845. background: #FFFFFF;
  846. border-radius: 90rpx;
  847. text-align: center;
  848. position: absolute;
  849. top: -50rpx;
  850. left: 192rpx;
  851. }
  852. .authorizName {
  853. color: #333333;
  854. line-height: 42rpx;
  855. font-size: 30rpx;
  856. text-align: center;
  857. padding-top: 58rpx;
  858. }
  859. .authorizMs {
  860. color: #999999;
  861. line-height: 36rpx;
  862. font-size: 26rpx;
  863. width: 452rpx;
  864. padding-top: 24rpx;
  865. text-align: center;
  866. margin-left: 56rpx;
  867. }
  868. .authorizContbutton {
  869. width: 422rpx;
  870. height: 88rpx;
  871. background: #D53533;
  872. border-radius: 44rpx;
  873. line-height: 88rpx;
  874. text-align: center;
  875. font-size: 30rpx;
  876. color: #FFFFFF;
  877. margin-top: 62rpx;
  878. margin-left: 71rpx;
  879. }
  880. </style>