Authored by liuyue

封面提示颜色

@@ -337,7 +337,7 @@ GOLABDATA.on("fenmian", function() { @@ -337,7 +337,7 @@ GOLABDATA.on("fenmian", function() {
337 } 337 }
338 338
339 if (!item.goodsImagesList) { 339 if (!item.goodsImagesList) {
340 - common.util.__tip('请设置skc:' + item.productSkc + '的封面', 'danger'); 340 + common.util.__tip('请设置skc:' + item.productSkc + '的封面', 'warning');
341 return; 341 return;
342 } 342 }
343 $.each(item.goodsImagesList, function(_index, _item) { 343 $.each(item.goodsImagesList, function(_index, _item) {