ソースを参照

fix[litemall-admin]: 管理后台的商品上架页面商品照片上传不能显示

Junling Bu 7 年 前
コミット
a092847449
1 ファイル変更1 行追加1 行削除
  1. 1 1
      litemall-admin/src/views/goods/create.vue

+ 1 - 1
litemall-admin/src/views/goods/create.vue

@@ -289,7 +289,7 @@ export default {
       keywords: [],
       categoryList: [],
       brandList: [],
-      goods: { gallery: [] },
+      goods: { picUrl: '', gallery: [] },
       specVisiable: false,
       specForm: { specification: '', value: '', picUrl: '' },
       multipleSpec: false,