MrShi
2026-05-20 777bcb6c5660c0ed14d85207377b62b779d81dde
app/pages/mine/mine.vue
@@ -55,7 +55,7 @@
                        <text v-else-if="userInfo.auditStatus === 3" class="menu-panel__sub menu-panel__sub--primary">已认证</text>
                     </template>
                     <template v-else-if="item.key === 'setting'">
                        <text class="menu-panel__sub menu-panel__sub--muted">当前版本V1.0.0</text>
                        <text class="menu-panel__sub menu-panel__sub--muted">当前版本{{ appVersion }}</text>
                     </template>
                     <view class="menu-panel__arrow">
                        <image src="/static/image/mine_ar2@2x.png" mode="widthFix"></image>
@@ -82,9 +82,12 @@
            navHeight: 0,
            useVerifiedState: true,
            serverPhone: '',
            appVersion: 'V1.0.0',
            menuList: [
               { key: 'wallet', title: '我的钱包' },
               { key: 'driver', title: '司机认证' },
               { key: 'reward', title: '奖励大厅' },
               { key: 'revenue', title: '营收分析' },
               { key: 'agreementPrivacy', title: '司机隐私政策', type: 'driverPrivacyPolicy' },
               { key: 'agreementErrandLuggage', title: '跑腿车主行李寄存须知', type: 'errandLuggageStorageNotice' },
               { key: 'agreementErrandService', title: '跑腿达人服务协议', type: 'errandServiceAgreement' },
@@ -134,6 +137,9 @@
         const systemInfo = uni.getSystemInfoSync()
         this.statusBarHeight = systemInfo.statusBarHeight || 0
         this.navHeight = this.statusBarHeight + uni.upx2px(88)
         if (plus.runtime && plus.runtime.version) {
            this.appVersion = 'V' + plus.runtime.version
         }
      },
      onShow() {
         this.getStats()
@@ -174,6 +180,14 @@
            if (item.key === 'setting') {
               uni.navigateTo({
                  url: '/pages/settings/settings'
               })
            } else if (item.key === 'reward') {
               uni.navigateTo({
                  url: '/pages/reward-hall/reward-hall'
               })
            } else if (item.key === 'revenue') {
               uni.navigateTo({
                  url: '/pages/revenue-analysis/revenue-analysis'
               })
            } else if (item.key === 'driver') {
               if (this.userInfo.auditStatus === 99) {
@@ -316,11 +330,8 @@
      }
      &__footer {
         position: fixed;
         left: 0;
         right: 0;
         bottom: 60rpx;
         // padding: 16rpx 0 calc(env(safe-area-inset-bottom) + 20rpx);
         padding-bottom: 30rpx;
         display: flex;
         justify-content: center;
      }
@@ -403,7 +414,7 @@
   .menu-panel {
      margin-top: 20rpx;
      margin-bottom: 200rpx;
      margin-bottom: 30rpx;
      border-radius: 22rpx;
      background: #ffffff;
      overflow: hidden;