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