Преглед изворни кода

同城店铺新建流程重构

zhujindu пре 1 година
родитељ
комит
565c4abc1a
1 измењених фајлова са 2 додато и 1 уклоњено
  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);
       }