From 36db96808ad80a421585c16a4862e54ad1d3ceb1 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Tue, 9 Sep 2025 16:39:28 +0800 Subject: [PATCH] =?UTF-8?q?story#7189,=E5=9B=9E=E7=A8=8B=E8=BD=A6=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=8F=B8=E6=9C=BA=E7=AB=AF-=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rvDriverAuthentication/bankInfo.vue | 8 +- src/views/rvDriverAuthentication/carAudit.vue | 8 +- .../rvDriverAuthentication/carInfoAudit.vue | 24 +++-- .../component/photoItem.vue | 102 ++++++++++++------ .../rvDriverAuthentication/personAudit.vue | 15 ++- 5 files changed, 95 insertions(+), 62 deletions(-) diff --git a/src/views/rvDriverAuthentication/bankInfo.vue b/src/views/rvDriverAuthentication/bankInfo.vue index 7e8d3451..867f8b47 100644 --- a/src/views/rvDriverAuthentication/bankInfo.vue +++ b/src/views/rvDriverAuthentication/bankInfo.vue @@ -66,10 +66,10 @@ type:localStorage.getItem('type') } }, - async onLoad(options) { - if(options?.show) { - this.show = options.show - } + async mounted() { + // if(options?.show) { + this.show = true + // } if( this.show ) { await this.getDetail() } diff --git a/src/views/rvDriverAuthentication/carAudit.vue b/src/views/rvDriverAuthentication/carAudit.vue index d2433683..f21a1cef 100644 --- a/src/views/rvDriverAuthentication/carAudit.vue +++ b/src/views/rvDriverAuthentication/carAudit.vue @@ -100,10 +100,10 @@ type: localStorage.getItem('type'), } }, - async onLoad(options) { - if(options?.show) { - this.show = options.show - } + async mounted() { + // if(options?.show) { + this.show = true + // } if( this.show ) { await this.getDetail() } diff --git a/src/views/rvDriverAuthentication/carInfoAudit.vue b/src/views/rvDriverAuthentication/carInfoAudit.vue index 66c49e8a..8a7fbb76 100644 --- a/src/views/rvDriverAuthentication/carInfoAudit.vue +++ b/src/views/rvDriverAuthentication/carInfoAudit.vue @@ -16,7 +16,7 @@
- ({{urlList.length}}/3)
-
+ ({{ urlList.length }}/3)
+
-
-
-
+
+
-