Просмотр исходного кода

同城店铺新建流程重构

zhujindu 1 год назад
Родитель
Сommit
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);
       }