This commit is contained in:
shijingjing
2023-02-14 17:10:40 +08:00
parent 8cb77ebeee
commit bb744c49b9
4 changed files with 71 additions and 51 deletions

View File

@@ -98,8 +98,8 @@ export default {
handleToTest(id) {
// 没有认证
// if(!this.user.areaId) {
// this.showAuth = true;
// 已认证
// this.showAuth = true;
// 已认证
// } else {
this.$emit('toTest',id)
// }
@@ -126,7 +126,7 @@ export default {
this.$u.toast('认证成功')
setTimeout(()=> {
this.showAuth = false
this.$emit('toTest')
this.$emit('toTest',id)
}, 500)
}
}).catch((err)=> {