Procházet zdrojové kódy

影像上传修改

@dongkboy před 3 roky
rodič
revize
3a0007242e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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";
       }