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

This commit is contained in:
2025-09-11 14:48:37 +08:00
parent b7ee2bb3d7
commit 7cfa03bf74

View File

@ -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('身份证信息识别错误')