From 91aa8f3f0528e5c366ea215bca71a2600b4541d0 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 12 Sep 2025 09:22:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E9=A1=B5?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E9=83=BD=E5=88=B0=E5=88=97=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rvDriverAuthentication/personAudit.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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)