linwenxin 5 ヶ月 前
コミット
3899034a88
1 ファイル変更4 行追加1 行削除
  1. 4 1
      src/pages/mine/index.vue

+ 4 - 1
src/pages/mine/index.vue

@@ -202,6 +202,9 @@ export default {
     }
   },
   computed: {
+    mobile() {
+      return this?.userInfo?.mobile
+    },
     cuStyle() {
       return `height: ${this.CustomBar - this.StatusBar}px; padding-top: ${this.StatusBar}px;`
     },
@@ -373,7 +376,7 @@ export default {
           name: '修改手机号',
           icon: 'icon-kehu',
           link: '/packageMine/pages/phoneUpdate',
-          show: true
+          show: this.mobile
         }
       ]
     },