diff --git a/src/views/rvDriverAuthentication/carInfoAudit.vue b/src/views/rvDriverAuthentication/carInfoAudit.vue
index 8a7fbb76..073f3bb3 100644
--- a/src/views/rvDriverAuthentication/carInfoAudit.vue
+++ b/src/views/rvDriverAuthentication/carInfoAudit.vue
@@ -16,8 +16,8 @@
@@ -225,6 +225,7 @@
verifyType: 3
})
leftCopy(this.form, {...res?.data?.vehicleInfoData})
+ console.log("this.form",this.form)
this.form.carrierLiabilityInsurancePhoto=this.form.carrierLiabilityInsurancePhoto ? res?.data?.vehicleInfoData?.carrierLiabilityInsurancePhoto?.split(',') : []
if(this.form.businessNature==2){
this.region=res?.data?.vehicleInfoData?.region
@@ -297,11 +298,11 @@
}, 100)
},
carrierHandler(data) { // 承运人责任险照片
+ console.log("data",data)
this.form.carrierLiabilityInsurancePhoto = data
},
insureHandle(val){
this.form.hasInsurancePhoto=val
- console.log(' this.form.hasInsurancePhoto', this.form.hasInsurancePhoto)
},
vehicleFrontInit() {
this.form.licensePlateNumber = ''
diff --git a/src/views/rvDriverAuthentication/component/photoItem.vue b/src/views/rvDriverAuthentication/component/photoItem.vue
index 84ae6789..d536d401 100644
--- a/src/views/rvDriverAuthentication/component/photoItem.vue
+++ b/src/views/rvDriverAuthentication/component/photoItem.vue
@@ -4,12 +4,12 @@
*{{title}}
- 否
- 是
+ 否
+ 是
-
-
+
+
![]()
@@ -56,13 +56,12 @@