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() {