Commit 9c6c7f7d by mushishixian

fix

parent f63ab93d
Showing with 1 additions and 1 deletions
......@@ -143,7 +143,7 @@ func InitSkuData(sku string) (data LySku) {
data.GoodsDetails = goodsDetail
goodsImages := gjson.Get(sku, "goods_images").String()
data.GoodsDetails = goodsImages
data.GoodsImages = goodsImages
canal := gjson.Get(sku, "canal").String()
data.Canal = canal
......
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