user.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762
  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="" style="width: 88rpx;height: 88rpx;border-radius: 44rpx;"></image>
  6. <image @click="updateUserInfo" v-else src="../../static/img/icon_me.png" mode="" style="width: 88rpx;height: 88rpx;border-radius: 44rpx;"></image>
  7. <view class="mes">
  8. <view class="nick">
  9. <view class="nickName" v-if="nickName">{{nickName}}</view>
  10. <view class="grade" v-if="numList.levelName">{{numList.levelName}}</view>
  11. </view>
  12. <view class="phone">{{phone}}</view>
  13. </view>
  14. </view>
  15. <view class="headerBox">
  16. <view class="quan" @click="gonavigateTo('../index/discountCard')">
  17. <view class="numStr">{{numList.count?numList.count:0}}</view>
  18. <view class="nameStr">优惠券</view>
  19. </view>
  20. <view class="quan" @click="gonavigateTo('../integral/integral?totalIntegral='+numList.totalIntegral)">
  21. <view class="numStr">{{numList.totalIntegral?numList.totalIntegral:0}}</view>
  22. <view class="nameStr">积分</view>
  23. </view>
  24. <view class="quan" @click="gonavigateTo('../index/vipCard')">
  25. <view class="numStr">{{numList.cardNum?numList.cardNum:0}}</view>
  26. <view class="nameStr">会员卡</view>
  27. </view>
  28. </view>
  29. </view>
  30. <!-- 我的订单 -->
  31. <view class="orderBox">
  32. <view class="orderTitle">我的订单</view>
  33. <view class="orderLIneBox">
  34. <view class="orderLine" @click="goorder(1)">
  35. <view class="orderImgBox">
  36. <view class="orderNum" v-show="numList.waitPurchaseSize>0">{{numList.waitPurchaseSize>99?'99+':numList.waitPurchaseSize}}</view>
  37. <image src="../../static/img/icon_daifukuan.png" mode="" class="orderLineImg"></image>
  38. </view>
  39. <view class="orderLineTxt">待付款</view>
  40. </view>
  41. <view class="orderLine" @click="goorder(2)">
  42. <view class="orderImgBox">
  43. <view class="orderNum" v-show="numList.waitServiceSize>0">{{numList.waitServiceSize>99?'99+':numList.waitServiceSize}}</view>
  44. <image src="../../static/img/icon_daifuwu.png" mode="" class="orderLineImg"></image>
  45. </view>
  46. <view class="orderLineTxt">待服务</view>
  47. </view>
  48. <view class="orderLine" @click="goorder(3)">
  49. <view class="orderImgBox">
  50. <view class="orderNum" v-show="numList.hasOverSize>0">{{numList.hasOverSize>99?'99+':numList.hasOverSize}}</view>
  51. <image src="../../static/img/icon_yiwancheng.png" mode="" class="orderLineImg"></image>
  52. </view>
  53. <view class="orderLineTxt">已完成</view>
  54. </view>
  55. <view class="orderLine" @click="goorder(0)">
  56. <view class="orderImgBox">
  57. <view class="orderNum" v-show="numList.allSize>0">{{numList.allSize>99?'99+':numList.allSize}}</view>
  58. <image src="../../static/img/icon_allorder.png" mode="" class="orderLineImg"></image>
  59. </view>
  60. <view class="orderLineTxt">全部</view>
  61. </view>
  62. </view>
  63. </view>
  64. <!-- 店铺信息 -->
  65. <view class="shopBox">
  66. <view class="shopCont">
  67. <view class="shopName">{{numList.shopInfo.shopName}}</view>
  68. <view class="shopRightBox">
  69. <image src="../../static/img/icon_ditu.png" mode="" class="shopRightImg"
  70. style="margin-right: 67rpx;" @click="map"></image>
  71. <image src="../../static/img/icon_phone.png" mode="" class="shopRightImg" @click="call"></image>
  72. </view>
  73. </view>
  74. <view class="shopTime" v-if="numList.shopInfo.startTime && numList.shopInfo.endTime">
  75. {{numList.shopInfo.startTime}}-{{numList.shopInfo.endTime}}</view>
  76. <view class="address">
  77. <view class="Address">
  78. {{numList.shopInfo.provinceName}}{{numList.shopInfo.cityName}}{{numList.shopInfo.areaName}}{{numList.shopInfo.address}}
  79. </view>
  80. <!-- <view class="distance" v-if="numList.shopInfo.distance&&numList.shopInfo.distance!= '0.00'">{{numList.shopInfo.distance}}km</view> -->
  81. </view>
  82. </view>
  83. <!-- 我的 相关 -->
  84. <view class="rowBoxBg">
  85. <view class="rowBox" @click="gonavigateTo('../user/expertServices')">
  86. <view class="leftView">
  87. <image src="../../static/img/icon_me1.png" mode="" class="liftIcon"></image>
  88. <view class="rowTitle">服务专家</view>
  89. </view>
  90. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  91. </view>
  92. <view class="rowBox" @click="gonavigateTo('./addCar/cailist')">
  93. <view class="leftView">
  94. <image src="../../static/img/icon_me2.png" mode="" class="liftIcon"></image>
  95. <view class="rowTitle">我的车库</view>
  96. </view>
  97. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  98. </view>
  99. <view class="rowBox" @click="gonavigateTo('myBespeak')">
  100. <view class="leftView">
  101. <image src="../../static/img/icon_me3.png" mode="" class="liftIcon"></image>
  102. <view class="rowTitle">我的预约</view>
  103. </view>
  104. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  105. </view>
  106. <view class="rowBox" @click="gonavigateTo('historySpend')">
  107. <view class="leftView">
  108. <image src="../../static/img/icon_me4.png" mode="" class="liftIcon"></image>
  109. <view class="rowTitle">历史消费</view>
  110. </view>
  111. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  112. </view>
  113. <view class="rowBox" @click="gonavigateTo('checkReport')">
  114. <view class="leftView">
  115. <image src="../../static/img/icon_me5.png" mode="" class="liftIcon"></image>
  116. <view class="rowTitle">车检报告</view>
  117. </view>
  118. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  119. </view>
  120. <!-- <view class="rowBox" @click="gonavigateTo('invite')">
  121. <view class="leftView">
  122. <image src="../../static/img/icon_me6.png" mode="" class="liftIcon"></image>
  123. <view class="rowTitle">分享给好友</view>
  124. </view>
  125. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  126. </view> -->
  127. <button open-type="share" class="rowBox" >
  128. <view class="leftView">
  129. <image src="../../static/img/icon_me6.png" mode="" class="liftIcon"></image>
  130. <view class="rowTitle">分享给好友</view>
  131. </view>
  132. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  133. </button>
  134. <view class="rowBox" @click="gonavigateTo('feedBack')">
  135. <view class="leftView">
  136. <image src="../../static/img/icon_me7.png" mode="" class="liftIcon"></image>
  137. <view class="rowTitle">意见反馈</view>
  138. </view>
  139. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  140. </view>
  141. <!-- 先隐藏 -->
  142. <!-- <view class="rowBox" @click="gonavigateTo('')">
  143. <view class="leftView">
  144. <image src="../../static/img/icon_me8.png" mode="" class="liftIcon"></image>
  145. <view class="rowTitle">清除缓存</view>
  146. </view>
  147. <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
  148. </view> -->
  149. </view>
  150. <!-- <view class="signOut" @click="signOut">退出登录</view> -->
  151. <!-- 手机号授权 -->
  152. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  153. <view class="authorizCont" @click.stop="">
  154. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  155. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  156. <button class="authorizContbutton" type="default" open-type="getPhoneNumber"
  157. @getphonenumber="decryptPhoneNumber">授权</button>
  158. </view>
  159. <view style="text-align: center;padding-top: 56rpx;">
  160. <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  161. </view>
  162. </view>
  163. </view>
  164. </template>
  165. <script>
  166. export default {
  167. data() {
  168. return {
  169. userInfo: '',
  170. shopData: '',
  171. numList: '',
  172. uid: '',
  173. headImg: '',
  174. location: {
  175. lng: '',
  176. lat: '',
  177. },
  178. authorizShow: false,
  179. code: '',
  180. wxOpenData: '',
  181. nickName:'',
  182. phone:'',
  183. ext:'',
  184. themeColor:'',
  185. }
  186. },
  187. onLoad(opt) {
  188. this.ext=this.$common.getExtStoreId();
  189. this.themeColor = uni.getStorageSync("themeColor");
  190. uni.setNavigationBarColor({
  191. frontColor: "#ffffff",
  192. backgroundColor:'#'+ this.themeColor
  193. })
  194. },
  195. onShow() {
  196. const wxOpenData = this.$store.state.wxOpenData;
  197. this.wxOpenData=wxOpenData
  198. //console.log()
  199. if (wxOpenData) {
  200. this.uid = wxOpenData.loginInfo.uid;
  201. }
  202. this.userInfo = this.$store.state.userInfo;
  203. if (this.userInfo) {
  204. this.queryMyDetail();
  205. } else {
  206. this.authorizShow = true;
  207. }
  208. },
  209. methods: {
  210. updateUserInfo(){
  211. var that=this;
  212. uni.getUserProfile({
  213. lang:'zh_CN',
  214. desc:'登录',
  215. success:(res)=>{
  216. console.log(res);
  217. that.headImg=res.userInfo.avatarUrl;
  218. that.nickName=res.userInfo.nickName;
  219. that.$http('miniApp2/sys/updateUserInfo', {
  220. nickName:res.userInfo.nickName,
  221. unionId:that.ext.unionId,
  222. headImg: res.userInfo.avatarUrl,
  223. openId: that.wxOpenData.openid
  224. }, 'POST').then(res => {
  225. })
  226. },
  227. fail:(res)=>{
  228. console.log(res)
  229. }
  230. });
  231. },
  232. decryptPhoneNumber: function(e) {
  233. console.log(e);
  234. this.code = e.detail.code
  235. this.wxPhoneLogin()
  236. this.authorizShow = false;
  237. },
  238. wxPhoneLogin() {
  239. var that = this;
  240. this.$http('miniApp2/sys/wxPhoneLogin', {
  241. appId:this.ext.appId,
  242. unionId:this.ext.unionId,
  243. code: this.code,
  244. openId: this.wxOpenData.openid
  245. }, 'POST').then(res => {
  246. var data = res.data;
  247. if (data.loginInfo) {
  248. this.userInfo = data.loginInfo.openUser;
  249. this.wxOpenData = data.loginInfo;
  250. this.$store.commit('mutationswxOpenData', data.loginInfo)
  251. this.$store.commit('mutationsuserInfo', this.userInfo)
  252. this.queryMyDetail()
  253. }
  254. })
  255. },
  256. map() {
  257. console.log("打开地图")
  258. var that = this;
  259. if (!that.numList.shopInfo.lat || !that.numList.shopInfo.lng) {
  260. uni.showToast({
  261. title: '该店铺未设置定位',
  262. icon: 'none',
  263. duration: 3000
  264. });
  265. } else {
  266. uni.openLocation({
  267. latitude: Number(that.numList.shopInfo.lat),
  268. longitude: Number(that.numList.shopInfo.lng),
  269. name: that.numList.shopInfo.shopName,
  270. address: that.numList.shopInfo.provinceName + that.numList.shopInfo.cityName + that.numList
  271. .shopInfo.areaName + that.numList.shopInfo.address,
  272. success: function() {
  273. console.log('success');
  274. },
  275. fail(err) {
  276. console.log(err)
  277. }
  278. });
  279. }
  280. },
  281. call() {
  282. uni.makePhoneCall({
  283. phoneNumber: this.numList.shopInfo.contactorPhone
  284. });
  285. },
  286. goorder(num) {
  287. uni.navigateTo({
  288. url: './myOrder/myOrder?num=' + num
  289. })
  290. },
  291. queryMyDetail() {
  292. uni.showLoading({
  293. title: '加载中'
  294. })
  295. this.$http('openreservation/getInfo', {
  296. lat: this.location.lat ? this.location.lat : '',
  297. lng: this.location.lng ? this.location.lng : '',
  298. }, 'GET').then(res => {
  299. uni.hideLoading();
  300. this.numList = res.data
  301. this.headImg = res.data.openUser.headImg;
  302. this.nickName = res.data.openUser.nickName;
  303. this.phone = res.data.openUser.mobilePhone;
  304. })
  305. },
  306. gonavigateTo(url) {
  307. uni.navigateTo({
  308. url: url
  309. })
  310. },
  311. signOut() {
  312. //uni.clearStorageSync();
  313. uni.removeStorageSync('logodata');
  314. // uni.navigateTo({
  315. // url: '../login/login'
  316. // })
  317. },
  318. },
  319. onShareAppMessage(res) {
  320. return {
  321. title: this.wxOpenData.miniAppName,
  322. //imageUrl:img,
  323. path: 'pages/index/index',
  324. success(res){
  325. uni.showToast({
  326. title:'分享成功'
  327. })
  328. },
  329. fail(res){
  330. uni.showToast({
  331. title:'分享失败',
  332. icon:'none',
  333. duration: 3000
  334. })
  335. }
  336. }
  337. },
  338. // 下拉刷新
  339. onPullDownRefresh() {
  340. this.queryMyDetail()
  341. setTimeout(function() {
  342. uni.stopPullDownRefresh();
  343. }, 1000);
  344. },
  345. }
  346. </script>
  347. <style scoped>
  348. button::after{
  349. border: none;
  350. }
  351. button{
  352. position: relative;
  353. display: block;
  354. margin-left: 0;
  355. margin-right: 0;
  356. padding-left: 0px;
  357. padding-right: 0px;
  358. box-sizing: border-box;
  359. // font-size: 18px;
  360. text-align: center;
  361. text-decoration: none;
  362. // line-height: 1;
  363. line-height: 1.35;
  364. // border-radius: 5px;
  365. -webkit-tap-highlight-color: transparent;
  366. overflow: hidden;
  367. color: #000000;
  368. background-color: #fff;
  369. height: 100%;
  370. }
  371. .box {
  372. width: 100vw;
  373. min-height: 100vh;
  374. background: #F4F5F7;
  375. padding-bottom: 60rpx;
  376. }
  377. .top {
  378. height: 350rpx;
  379. padding: 20rpx 24rpx 0;
  380. background-color: #D53533;
  381. border-radius: 0 0 5% 5%;
  382. }
  383. .customerMes {
  384. display: flex;
  385. }
  386. .mes {
  387. margin-left: 20rpx;
  388. }
  389. .nick {
  390. margin-bottom: 5rpx;
  391. display: flex;
  392. justify-content: flex-start;
  393. align-items: center;
  394. }
  395. .nickName {
  396. font-size: 34rpx;
  397. color: #FFFFFF;
  398. font-weight: bold;
  399. line-height: 48rpx;
  400. height: 48rpx;
  401. }
  402. .grade {
  403. margin-left: 15rpx;
  404. font-size: 24rpx;
  405. color: #FFFFFF;
  406. padding: 0rpx 10rpx;
  407. border: 1rpx solid #FFFFFF;
  408. border-radius: 4rpx;
  409. height: 36rpx;
  410. }
  411. .phone {
  412. font-size: 24rpx;
  413. color: #FFFFFF;
  414. }
  415. .headerBox {
  416. padding: 30rpx 24rpx;
  417. display: flex;
  418. justify-content: space-around;
  419. }
  420. .quan {
  421. display: flex;
  422. flex-direction: column;
  423. align-items: center;
  424. height: 120rpx;
  425. }
  426. .numStr {
  427. font-size: 40rpx;
  428. font-weight: bold;
  429. color: #FFFFFF;
  430. line-height: 56rpx;
  431. }
  432. .nameStr {
  433. font-size: 24rpx;
  434. color: #FFFFFF;
  435. }
  436. .orderBox {
  437. margin: 0rpx 24rpx;
  438. background: #FFFFFF;
  439. padding: 30rpx 20rpx;
  440. border-radius: 10rpx;
  441. margin-top: -100rpx;
  442. }
  443. .orderTitle {
  444. font-size: 30rpx;
  445. color: #333333;
  446. font-weight: bold;
  447. }
  448. .orderAll {
  449. display: flex;
  450. justify-content: space-between;
  451. align-items: center;
  452. }
  453. .orderLine {
  454. width: 25%;
  455. text-align: center;
  456. }
  457. .orderLineImg {
  458. width: 60rpx;
  459. height: 60rpx;
  460. }
  461. .orderLineTxt {
  462. font-size: 24rpx;
  463. color: #333333;
  464. }
  465. .orderImgBox {
  466. text-align: center;
  467. position: relative;
  468. }
  469. .orderLIneBox {
  470. display: flex;
  471. justify-content: space-between;
  472. padding-top: 30rpx;
  473. }
  474. .orderNum {
  475. height: 26rpx;
  476. line-height: 26rpx;
  477. background: #FF0000;
  478. padding: 0 8rpx;
  479. border-radius: 13rpx;
  480. color: #FFFFFF;
  481. font-size: 20rpx;
  482. position: absolute;
  483. left: 90rpx;
  484. z-index: 11;
  485. }
  486. .big_rightArrow {
  487. margin-right: 20rpx;
  488. width: 30rpx;
  489. height: 30rpx;
  490. }
  491. .rowBoxBg {
  492. margin: 20rpx 24rpx;
  493. background: #FFFFFF;
  494. border-radius: 10rpx;
  495. }
  496. .rowBox {
  497. display: flex;
  498. justify-content: space-between;
  499. background: #FFFFFF;
  500. padding: 35rpx 0rpx;
  501. border-radius: 10rpx;
  502. align-items: center;
  503. }
  504. .leftView {
  505. display: flex;
  506. align-items: center;
  507. }
  508. .rightView {
  509. display: flex;
  510. align-items: center;
  511. }
  512. .liftIcon {
  513. width: 34rpx;
  514. height: 34rpx;
  515. margin: 0rpx 20rpx;
  516. }
  517. .rowTitle {
  518. color: #3C3C3C;
  519. font-size: 28rpx;
  520. }
  521. .signOut {
  522. width: 702rpx;
  523. height: 98rpx;
  524. background: #FFFFFF;
  525. border-radius: 10rpx;
  526. font-size: 30rpx;
  527. color: #FF3B30;
  528. line-height: 98rpx;
  529. text-align: center;
  530. margin: 40rpx 24rpx;
  531. }
  532. .shopBox {
  533. padding: 20rpx;
  534. margin: 20rpx 24rpx;
  535. background-color: #FFFFFF;
  536. border-radius: 10rpx;
  537. }
  538. .shopCont {
  539. display: flex;
  540. justify-content: space-between;
  541. align-items: center;
  542. }
  543. .shopName {
  544. font-size: 30rpx;
  545. font-weight: bold;
  546. color: #3C3C3C;
  547. line-height: 42rpx;
  548. }
  549. .shopRightBox {
  550. display: flex;
  551. justify-content: space-between;
  552. }
  553. .address {
  554. display: flex;
  555. justify-content: space-between;
  556. align-items: center;
  557. }
  558. .Address,
  559. .shopTime,
  560. .distance {
  561. color: #999999;
  562. font-size: 24rpx;
  563. padding-top: 15rpx;
  564. /* 隐藏文字显示 ...不换行 */
  565. overflow: hidden;
  566. text-overflow: ellipsis;
  567. white-space: nowrap;
  568. }
  569. .shopRightBox {}
  570. .shopRightImg {
  571. width: 44rpx;
  572. height: 45rpx;
  573. }
  574. .authorizBox {
  575. width: 100vw;
  576. height: 100vh;
  577. background: rgba(0, 0, 0, 0.5);
  578. position: fixed;
  579. top: 0;
  580. left: 0;
  581. }
  582. .authorizCont {
  583. margin-top: 30vh;
  584. width: 564rpx;
  585. height: 408rpx;
  586. background: #FFFFFF;
  587. border-radius: 24rpx;
  588. margin-left: 93rpx;
  589. position: relative;
  590. }
  591. .authorizCloseImg {
  592. width: 62rpx;
  593. height: 62rpx;
  594. }
  595. .sqLogoBox {
  596. width: 180rpx;
  597. height: 180rpx;
  598. background: #FFFFFF;
  599. border-radius: 90rpx;
  600. text-align: center;
  601. position: absolute;
  602. top: -50rpx;
  603. left: 192rpx;
  604. }
  605. .authorizName {
  606. color: #333333;
  607. line-height: 42rpx;
  608. font-size: 30rpx;
  609. text-align: center;
  610. padding-top: 58rpx;
  611. }
  612. .authorizMs {
  613. color: #999999;
  614. line-height: 36rpx;
  615. font-size: 26rpx;
  616. width: 452rpx;
  617. padding-top: 24rpx;
  618. text-align: center;
  619. margin-left: 56rpx;
  620. }
  621. .authorizContbutton {
  622. width: 422rpx;
  623. height: 88rpx;
  624. background: #D53533;
  625. border-radius: 44rpx;
  626. line-height: 88rpx;
  627. text-align: center;
  628. font-size: 30rpx;
  629. color: #FFFFFF;
  630. margin-top: 62rpx;
  631. margin-left: 71rpx;
  632. }
  633. </style>