diff --git a/src/views/rvDriverAuthentication/personAudit.vue b/src/views/rvDriverAuthentication/personAudit.vue index 7e72f344..1274837d 100644 --- a/src/views/rvDriverAuthentication/personAudit.vue +++ b/src/views/rvDriverAuthentication/personAudit.vue @@ -8,7 +8,7 @@ :border="false" :fixed="true" :safe-area-inset-top="true" - @click-left="h5GoBack" + @click-left="goListPage" /> @@ -227,15 +227,17 @@ }) localStorage.setItem("personAuditInfo",'') setTimeout(() => { - // this.h5GoBack() - this.goPage('auditList',{ - token:localStorage.getItem('token') - }) + this.goListPage() }, 100) } else { this.$toast('身份证信息识别错误') } }, + goListPage(){ + this.goPage('auditList',{ + token:localStorage.getItem('token') + }) + }, async getRegisterInfo(data) { let res = await infoVerifyProgress( data) // console.log("res",res)