Commit a0928474 authored by Junling Bu's avatar Junling Bu
Browse files

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

parent da3cec49
...@@ -289,7 +289,7 @@ export default { ...@@ -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,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment