实名认证操作成功后返回到认证列表页

This commit is contained in:
2025-09-11 14:48:37 +08:00
parent 0aac318448
commit 64240414b5

View File

@ -216,7 +216,10 @@
})
localStorage.setItem("personAuditInfo",'')
setTimeout(() => {
this.h5GoBack()
// this.h5GoBack()
this.goPage('auditList',{
token:localStorage.getItem('token')
})
}, 100)
} else {
this.$toast('身份证信息识别错误')