认证
This commit is contained in:
@@ -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)=> {
|
||||
|
||||
Reference in New Issue
Block a user