Authored by liuyue

封面删除功能

... ... @@ -120,9 +120,8 @@ $(document).on("click", "#saveAllInfo", function() {
res = res.data;
if (res.code == '200') {
e.$tip(res.message, function() {
//history.go(-1);
history.go(-1);
}, 'growl-success');
} else {
e.$tip(res.message);
}
... ...
... ... @@ -273,7 +273,7 @@ common.edit.ajaxfileupload(".fenmianfile", {
goodsList[$(this).data("index")].goodsImagesList = item;
$(this).parents(".cover-image-item").before(common.util.__template2($("#fenmianImgTemp").html(), data));
} else {
common.util.__tip(response.message);
common.util.__tip(response.message, 'warning');
}
}
});
... ...
... ... @@ -16,7 +16,7 @@ var config = {
// domain: 'http://172.16.6.240:8088/platform',
// domain:'http://172.16.6.240:8088/platform',//王书生
// domain: 'http://172.16.6.252:9080',//陈超
//domain:'http://172.16.6.227:8088/platform',//玛丽
//domain: 'http://172.16.6.227:8088/platform', //玛丽
// domain: 'http://192.168.102.202:8088/platform',
// domain:'http://172.16.9.8:8080/yohobuy-platform-web',//葛超
domain: 'http://192.168.102.202:8088/platform',
... ...