个人中心
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user