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