认证
This commit is contained in:
@@ -96,9 +96,6 @@
|
||||
}
|
||||
},
|
||||
|
||||
onReady () {
|
||||
},
|
||||
|
||||
onLoad () {
|
||||
this.getTopicList()
|
||||
|
||||
@@ -159,8 +156,16 @@
|
||||
},
|
||||
|
||||
toAdd () {
|
||||
if (!this.user.AreaId) {
|
||||
if (this.user.AreaId) {
|
||||
this.$linkTo('./Add')
|
||||
} else {
|
||||
this.$dialog.confirm({
|
||||
content: '您只有完成信息认证后,才可进行相关操作。',
|
||||
confirmText: '去认证'
|
||||
}).then(() => {
|
||||
this.$linkTo('../AppMine/userInfo')
|
||||
}).catch(() => {
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user