Authored by ZhongW

错误不提示

... ... @@ -555,13 +555,7 @@ $(document).on("click", "#fenMainSave", function () {
common.util.__ajax({
url: '/product/manageProductImg',
data: data
}, function(res) {
if (res.code == 200) {
common.util.__tip(res.message, 'success');
} else {
common.util.__tip(res.message, 'danger');
}
}, true);
});
return false;
... ...