- up
This commit is contained in:
@@ -395,10 +395,10 @@ func genSkuParamsFromStoreSkuInfo(storeSku *tStoreSkuFullInfo) (params map[strin
|
||||
},
|
||||
}
|
||||
if storeSku.DescImg != "" {
|
||||
photos = append(photos, map[string]interface{}{
|
||||
"is_master": false,
|
||||
"url": storeSku.DescImg,
|
||||
})
|
||||
// photos = append(photos, map[string]interface{}{
|
||||
// "is_master": false,
|
||||
// "url": storeSku.DescImg,
|
||||
// })
|
||||
}
|
||||
params = map[string]interface{}{
|
||||
"name": jxutils.ComposeSkuName(storeSku.Prefix, storeSku.Name, storeSku.Comment, storeSku.Unit, storeSku.SpecQuality, storeSku.SpecUnit, 0),
|
||||
|
||||
Reference in New Issue
Block a user