实名认证操作成功后返回到认证列表页
This commit is contained in:
@ -216,7 +216,10 @@
|
||||
})
|
||||
localStorage.setItem("personAuditInfo",'')
|
||||
setTimeout(() => {
|
||||
this.h5GoBack()
|
||||
// this.h5GoBack()
|
||||
this.goPage('auditList',{
|
||||
token:localStorage.getItem('token')
|
||||
})
|
||||
}, 100)
|
||||
} else {
|
||||
this.$toast('身份证信息识别错误')
|
||||
|
||||
Reference in New Issue
Block a user