From f4a2c6d6fa13092fe545d72fd1bc404db75dfb4a Mon Sep 17 00:00:00 2001
From: zhouxueli <2841188632@qq.com>
Date: Fri, 12 Sep 2025 11:10:43 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81=E9=A1=B5=E7=9A=84=E8=BF=94?=
=?UTF-8?q?=E5=9B=9E=E9=83=BD=E8=B0=83=E8=BD=AC=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/bankInfo.vue | 9 +++++++--
src/views/rvDriverAuthentication/carAudit.vue | 10 +++++++---
src/views/rvDriverAuthentication/carInfoAudit.vue | 9 +++++++--
3 files changed, 21 insertions(+), 7 deletions(-)
diff --git a/src/views/rvDriverAuthentication/bankInfo.vue b/src/views/rvDriverAuthentication/bankInfo.vue
index 7dd66918..788ca511 100644
--- a/src/views/rvDriverAuthentication/bankInfo.vue
+++ b/src/views/rvDriverAuthentication/bankInfo.vue
@@ -8,7 +8,7 @@
:border="false"
:fixed="true"
:safe-area-inset-top="true"
- @click-left="h5GoBack"
+ @click-left="goListPage"
/>
@@ -101,7 +101,7 @@
verifyType: 4
})
setTimeout(() => {
- this.h5GoBack()
+ this.goListPage()
}, 100)
console.log('注册', res)
} else {
@@ -115,6 +115,11 @@
localStorage.setItem('authIsSuccess', res?.data?.authIsSuccess)
localStorage.setItem('name', res?.data?.name)
},
+ goListPage(){
+ this.goPage('auditList',{
+ token:localStorage.getItem('token')
+ })
+ },
async bankHandler(data) {
this.form.bankName = ''
this.form.cardNumber = ''
diff --git a/src/views/rvDriverAuthentication/carAudit.vue b/src/views/rvDriverAuthentication/carAudit.vue
index a8e8bf9d..ee114316 100644
--- a/src/views/rvDriverAuthentication/carAudit.vue
+++ b/src/views/rvDriverAuthentication/carAudit.vue
@@ -8,7 +8,7 @@
:border="false"
:fixed="true"
:safe-area-inset-top="true"
- @click-left="h5GoBack"
+ @click-left="goListPage"
/>
@@ -187,7 +187,7 @@
verifyType: 2
})
setTimeout(() => {
- this.h5GoBack()
+ this.goListPage()
}, 100)
}, async getRegisterInfo(data) {
let res = await infoVerifyProgress( data)
@@ -196,7 +196,11 @@
localStorage.setItem('authIsSuccess', res?.data?.authIsSuccess)
localStorage.setItem('name', res?.data?.name)
},
-
+ goListPage(){
+ this.goPage('auditList',{
+ token:localStorage.getItem('token')
+ })
+ },
}
}
diff --git a/src/views/rvDriverAuthentication/carInfoAudit.vue b/src/views/rvDriverAuthentication/carInfoAudit.vue
index 88d0d785..69994620 100644
--- a/src/views/rvDriverAuthentication/carInfoAudit.vue
+++ b/src/views/rvDriverAuthentication/carInfoAudit.vue
@@ -8,7 +8,7 @@
:border="false"
:fixed="true"
:safe-area-inset-top="true"
- @click-left="h5GoBack"
+ @click-left="goListPage"
/>
@@ -301,7 +301,7 @@
verifyType: 3
})
setTimeout(() => {
- this.h5GoBack()
+ this.goListPage()
}, 100)
},
async getRegisterInfo(data) {
@@ -375,6 +375,11 @@
});
return res;
},
+ goListPage(){
+ this.goPage('auditList',{
+ token:localStorage.getItem('token')
+ })
+ },
},
computed: {
regionText() {