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)
-
+
+
+
+
+
![]()
+
+
+
+
+

+

+
({{ urlList.length }}/3)
+
+
+
@@ -32,31 +31,32 @@
{{title}}