...
|
...
|
@@ -507,6 +507,9 @@ GOLABDATA.on("fenmian", function () { |
|
|
});
|
|
|
//if (map.goodsImagesBoList.length == 0) return;
|
|
|
map.goodsImagesBoList = JSON.stringify(map.goodsImagesBoList);
|
|
|
if(typeof(map.productSkc) == "undefined"){
|
|
|
return '<p>请设置商品默认封面</p>';
|
|
|
}
|
|
|
if (errorMsg != '') {
|
|
|
return {
|
|
|
"goodsImagesReq": JSON.stringify(map)
|
...
|
...
|
|