Browse Source

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

Junling Bu 7 years ago
parent
commit
a092847449
1 changed files with 1 additions and 1 deletions
  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: [],
       keywords: [],
       categoryList: [],
       categoryList: [],
       brandList: [],
       brandList: [],
-      goods: { gallery: [] },
+      goods: { picUrl: '', gallery: [] },
       specVisiable: false,
       specVisiable: false,
       specForm: { specification: '', value: '', picUrl: '' },
       specForm: { specification: '', value: '', picUrl: '' },
       multipleSpec: false,
       multipleSpec: false,