Commit f3f7a256 authored by yaya's avatar yaya

feat:修改编辑图片展示bugfix

parent f7780c28
......@@ -177,7 +177,7 @@ export default {
this.goods = response.data.data.goods
this.goods.detail = this.trimHtml(this.goods.detail)
this.categoryIds = response.data.data.categoryIds
this.goods.images = response.data.data.images || []
this.goods.images = response.data.data.goods.images || []
this.itemImages = []
if (this.goods.topImage && this.goods.images.indexOf(this.goods.topImage) === -1) {
this.itemImages.push({
......
Markdown is supported
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