This commit is contained in:
yanran200730
2023-03-20 17:22:28 +08:00
parent 6e5e935cfe
commit 6c7b5d45da
3 changed files with 52 additions and 11 deletions

View File

@@ -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(() => {
})
}
},