my.vue 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. <template>
  2. <view class="container-view zx-page-linear">
  3. <!-- #ifdef MP-WEIXIN -->
  4. <view :style="{height: `${statusBarHeight + 20}px`}"></view>
  5. <!-- #endif -->
  6. <!-- #ifdef APP -->
  7. <view :style="{height: `${statusBarHeight}px`}"></view>
  8. <!-- #endif -->
  9. <view class="user-switch-row">
  10. <view @click="routerLink({ url: '/pages/message/index',isLogin:1 })" class="news">
  11. <view v-if="(newsList.plate_count + newsList.device_count) > 0" class="num">{{newsList.plate_count + newsList.device_count}}</view>
  12. <image :src="QINIU_URL + 'FlL5BtEdMES2-mntjR9D3CX_LWYv'" class="message"
  13. />
  14. </view>
  15. </view>
  16. <view class="user-info-wrap" @tap="loginHandle">
  17. <image :src="userInfo.headimg || defaultAvatarUrl" class="head-img" />
  18. <view class="user-name">{{ userInfo.nickname || '请点击登录' }}</view>
  19. <view v-if="userInfo.user_name" class="e-mail">
  20. {{ userInfo.user_name }}
  21. </view>
  22. </view>
  23. <view v-if="car_info.car_sn" class="common-tabs">
  24. <view class="item" @click="routerLink({url:'/pages/dashboard/dashboard',isLogin:1})">
  25. <image :src="QINIU_URL + 'Fp6G-Kzb-YUGkP2WR-kjTlIbbTj1'" class="icon" />
  26. <view class="name">{{ $t('我的车辆') }}</view>
  27. </view>
  28. <view class="item" @click="routerLink({url:'/pages/userManagement/userManagement',isLogin:1})">
  29. <image :src="QINIU_URL + 'FnxGW52BCkTkK9HxsTdVrghU7B4D'" class="icon" />
  30. <view class="name">{{ $t('用车人') }}</view>
  31. </view>
  32. <view v-if="car_info.sold_time" class="item" @click="routerLink({url:'',jumpCheck:'combo',isLogin:1})">
  33. <image :src="QINIU_URL + 'FsOsd1SxYDHDm00aiwrTib_k0Mbr'" class="icon" />
  34. <view class="name">{{ $t('换电套餐') }}</view>
  35. </view>
  36. </view>
  37. <view class="tabs-wrap">
  38. <view v-for="(item, index) in baseTabs" :key="index" class="tab-item" @click="routerLink(item)">
  39. <image :src="QINIU_URL + item.icon" class="icon" />
  40. <view class="name">{{ item.name }}</view>
  41. </view>
  42. </view>
  43. <Confirm v-model="comboDialoginfo.showConfirm" :dialog-info="comboDialoginfo" @confirm="dialogConfirm" />
  44. <CustomTabbar curt-tab="my" />
  45. </view>
  46. </template>
  47. <script>
  48. const storage = require('@/common/storage.js')
  49. import Confirm from '@/component/comPopup/Confirm'
  50. import {
  51. QINIU_URL,
  52. defaultHeadImg
  53. } from '@/common/constant'
  54. import CustomTabbar from '@/component/customTabbar/index'
  55. var request = require('@/common/request.js');
  56. var config = require('../../common/config_gyq.js');
  57. var http = require('../../common/request.js');
  58. export default {
  59. components: {
  60. Confirm,
  61. CustomTabbar
  62. },
  63. data() {
  64. return {
  65. newsList:{},
  66. statusBarHeight:0,
  67. car_info: {},
  68. QINIU_URL,
  69. defaultAvatarUrl: defaultHeadImg,
  70. comboDialoginfo: {
  71. showConfirm: false,
  72. title: '温馨提示',
  73. opType: 'combo',
  74. text: '您还未购买换电套餐,是否前往进行换电套餐?',
  75. confirmBtnText: '前往购买',
  76. showCancelButton: false
  77. },
  78. userInfo: {}
  79. }
  80. },
  81. computed: {
  82. // commonTabs() {
  83. // return [
  84. // { name: `${this.$t('我的车辆')}`, url: '/pages/dashboard/dashboard', icon: 'Fp6G-Kzb-YUGkP2WR-kjTlIbbTj1' },
  85. // { name: `${this.$t('用车人')}`, url: '/pages/userManagement/userManagement', icon: 'FnxGW52BCkTkK9HxsTdVrghU7B4D' },
  86. // { name: `${this.$t('换电套餐')}`, jumpCheck: 'combo', url: '', icon: 'FsOsd1SxYDHDm00aiwrTib_k0Mbr' }
  87. // ]
  88. // },
  89. baseTabs() {
  90. const lang = t => this.$t(t)
  91. return [{
  92. name: `${lang('我的订单')}`,
  93. url: '/pages/order/order',
  94. icon: 'FkLJGLo1faYtJWhW4Q0gt5dphI7g',
  95. isLogin:1
  96. },
  97. {
  98. name: `${lang('换电记录')}`,
  99. url: '/pages/batteryRecord/batteryRecord',
  100. icon: 'FnSjwcN7Mcpa-WA7Cqx2cGTvX2V1',
  101. isLogin:1
  102. },
  103. {
  104. name: `${lang('意见反馈')}`,
  105. url: '/pages/feedback/index',
  106. icon: 'FnSjwcN7Mcpa-WA7Cqx2cGTvX2V1'
  107. },
  108. // { name: `${lang('关于我们')}`, url: '/pages/bluetoothUnlock/unlockSet', icon: 'Fmin1_DG6ZkENCdsI1qJZJpDNkhQ' },
  109. {
  110. name: `${lang('客服中心')}`,
  111. url: '',
  112. statues:'service',
  113. icon: 'FhA9TUbTMF0e7ma6NZXqPrkscN6l',
  114. isLogin:1
  115. },
  116. {
  117. name: `${lang('设置')}`,
  118. url: '/pages/my/set',
  119. icon: 'Fu3f2iRi5BspRfbVLPcw8ryWc4lu'
  120. }
  121. ]
  122. }
  123. },
  124. onShow() {
  125. this.car_info = uni.getStorageSync('car_info') || {};
  126. const user_token = storage.getUserToken()
  127. if(user_token){
  128. this.loadUserInfo()
  129. this.newsNumFn()
  130. }
  131. },
  132. onLoad() {
  133. this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight || 0
  134. },
  135. methods: {
  136. async newsNumFn(){
  137. let {data} = await request.postApi(config.API_FLK_MESSAGE_UNREAD_COUNT,{})
  138. if(data.code == 200){
  139. this.newsList = data.data
  140. }
  141. },
  142. async loadUserInfo() {
  143. const userInfo = storage.getUserInfoData()
  144. this.setData({
  145. userInfo
  146. })
  147. let {
  148. data
  149. } = await http.postApi(config.API_USER_INFO, {})
  150. if (data.code == 200) {
  151. this.userInfo = data.data.userInfo
  152. storage.setUserInfoData(this.userInfo)
  153. }
  154. },
  155. loginHandle() {
  156. if (!this.userInfo.nickname) {
  157. uni.navigateTo({
  158. url: '/pages/loginRegister/login'
  159. })
  160. }
  161. },
  162. checkHandle_combo() {
  163. if(this.car_info.exchange_package_info){
  164. uni.navigateTo({
  165. url: `/pages/package/package`
  166. })
  167. return
  168. }
  169. this.comboDialoginfo.showConfirm = true
  170. },
  171. dialogConfirm(type) {
  172. uni.navigateTo({
  173. url: `/pages/batteryPackage/batteryPackage`
  174. })
  175. },
  176. routerLink({
  177. url,
  178. jumpCheck,
  179. statues,
  180. isLogin
  181. }) {
  182. if(isLogin && !uni.getStorageSync('storage_user_token')){
  183. uni.navigateTo({
  184. url:'/pages/loginRegister/login'
  185. })
  186. }
  187. if(statues){
  188. return
  189. }
  190. if (jumpCheck) {
  191. this[`checkHandle_${jumpCheck}`]()
  192. return
  193. }
  194. uni.navigateTo({
  195. url
  196. })
  197. }
  198. }
  199. }
  200. </script>
  201. <style lang="scss" scoped>
  202. @import './my.scss';
  203. .news{
  204. position: relative;
  205. .num {
  206. position: absolute;
  207. right: -6rpx;
  208. top: -6rpx;
  209. min-width: 28rpx;
  210. height: 28rpx;
  211. font-size: 18rpx;
  212. display: flex;
  213. align-items: center;
  214. justify-content: center;
  215. color: #fff;
  216. line-height: 1;
  217. background-color: #FA2918;
  218. border-radius: 50%;
  219. z-index: 9999;
  220. }
  221. }
  222. </style>