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 @@
*业务性质 - 国跑圈业务 + 全国跑圈业务 固定区域救援业务
@@ -35,7 +35,7 @@
*随车小轮个数 - {{item.name}} + {{item.name}}
@@ -191,15 +191,14 @@ }, show: undefined, type: localStorage.getItem('type'), - options:[{value:1,name:'全国跑圈业务'},{value:2,name:'固定区域救援业务'}], tyreOptions:[{value:0,name:'0'},{value:2,name:'2'},{value:4,name:'4'}] } }, - async onLoad(options) { - if(options?.show) { - this.show = options.show - } - if( this.show ) { + async mounted() { + // if(options?.show) { + this.show = true + // } + if(this.show) { await this.getDetail() } }, @@ -302,6 +301,7 @@ }, insureHandle(val){ this.form.hasInsurancePhoto=val + console.log(' this.form.hasInsurancePhoto', this.form.hasInsurancePhoto) }, vehicleFrontInit() { this.form.licensePlateNumber = '' @@ -311,6 +311,7 @@ this.form.vehicleLicenseOwner = '' }, async vehicleFrontHandler(data) { // 行驶证正面照,及ocr识别 + console.log("vehicleFrontHandler",data) await this.vehicleFrontInit() this.form.vehicleLicenseFront = data let vehicleInfo = await this.orcHandler(this.form.vehicleLicenseFront, 3) @@ -414,9 +415,10 @@ .flexWrap{ display:flex; align-items: center; + ::v-deep .van-radio__icon{ + transform: scale(0.8); + transform-origin: center; /* 保持中心点不变 */ + } } } - ::v-deep .van-radio__icon{ - transform: scale(0.8) !important; - } diff --git a/src/views/rvDriverAuthentication/component/photoItem.vue b/src/views/rvDriverAuthentication/component/photoItem.vue index d57a90b2..84ae6789 100644 --- a/src/views/rvDriverAuthentication/component/photoItem.vue +++ b/src/views/rvDriverAuthentication/component/photoItem.vue @@ -7,23 +7,22 @@ - -
- -
- - - ({{urlList.length}}/3) -
+
+ + + +