diff --git a/src/views/rvDriverAuthentication/personAudit.vue b/src/views/rvDriverAuthentication/personAudit.vue index 92edb206..55f9e9bc 100644 --- a/src/views/rvDriverAuthentication/personAudit.vue +++ b/src/views/rvDriverAuthentication/personAudit.vue @@ -216,7 +216,10 @@ }) localStorage.setItem("personAuditInfo",'') setTimeout(() => { - this.h5GoBack() + // this.h5GoBack() + this.goPage('auditList',{ + token:localStorage.getItem('token') + }) }, 100) } else { this.$toast('身份证信息识别错误')