Selaa lähdekoodia

同城店铺新建流程重构

zhujindu 1 vuosi sitten
vanhempi
commit
565c4abc1a
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/views/storeManagement/storeEdit.vue

+ 2 - 1
src/views/storeManagement/storeEdit.vue

@@ -1264,7 +1264,8 @@ export default {
       if (val.type == '1') {
         this.fromValue.img = val.fileUrl;
       } else if (val.type == '2') {
-        this.fromValue.imgSed = val.fileUrl;
+        // this.fromValue.imgSed = val.fileUrl;
+        this.displayImg.push(val.fileUrl);
       } else {
         this.fromValue.carShopImgList.push(val.fileUrl);
       }