个人中心

This commit is contained in:
liuye
2024-07-02 10:01:02 +08:00
parent 0c13c8a477
commit 72248fee11

View File

@@ -170,7 +170,12 @@ export default {
}
if (type == 'phone') { //我的门店验证手机号
if (!this.user.phone) {
this.$linkTo('./userInfo')
this.$dialog.confirm({
content: '您只有完成信息认证后,才可进行相关操作。',
confirmText: '去认证'
}).then(() => {
this.$linkTo('./userInfo')
})
} else {
this.$linkTo(url)
}