|
|
@@ -3313,7 +3313,7 @@ export default {
|
|
|
this.imageList3 = this.tbczcarShow ? JSON.parse(JSON.stringify(this.imageList2)) : this.imageList3;//投保人同车主
|
|
|
this.imageList4 = this.bbczcarShow ? JSON.parse(JSON.stringify(this.imageList2)) : this.imageList4;//被保人同车主
|
|
|
this.imageList4 = this.bbtbcarShow ? JSON.parse(JSON.stringify(this.imageList3)) : this.imageList4; //被保人同投保人
|
|
|
- if (this.imageList2.length < 1) {
|
|
|
+ if (this.imageList2.length > 1) {
|
|
|
this.imageList3[1].imageType = "D03";
|
|
|
this.imageList4[1].imageType = "D04";
|
|
|
}
|