Bläddra i källkod

影像上传修改

@dongkboy 3 år sedan
förälder
incheckning
3a0007242e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/Letter/Letter.vue

+ 1 - 1
src/views/Letter/Letter.vue

@@ -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";
       }