Browse Source

优化店铺详情页和店铺编辑也定位功能和图片批量上传

zhujindu 1 năm trước cách đây
mục cha
commit
f26c5241aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/uploadImgVStore.vue

+ 1 - 1
src/components/uploadImgVStore.vue

@@ -162,7 +162,7 @@ export default {
         localId: this.localIds[this.num],
         isShowProgressTips: 1,
         success: (uploadRes) => {
-          this.push(uploadRes.serverId);
+          this.serverIdArr.push(uploadRes.serverId);
           console.log('serverId=' + uploadRes.serverId);
           this.num++;
           if (this.num == this.localIds.length) {