Commit f63ab93d by mushishixian

修复图片显示

parent 03d8a8fb
Showing with 1 additions and 1 deletions
......@@ -142,7 +142,7 @@ func InitSkuData(sku string) (data LySku) {
goodsDetail := gjson.Get(sku, "goods_details").String()
data.GoodsDetails = goodsDetail
goodsImages := gjson.Get(sku, "goods_details").String()
goodsImages := gjson.Get(sku, "goods_images").String()
data.GoodsDetails = goodsImages
canal := gjson.Get(sku, "canal").String()
......
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 sign in to comment