Authored by 马力

报错样式提示

... ... @@ -60,7 +60,7 @@ function batchExport(el, type) {
common.util.__tip('处理失败!具体报错见页面下方!', 'warning');
return false;
}
common.util.__tip(response.message, 'success');
common.util.__tip(response.message, 'warning');
}
}
}
... ...
... ... @@ -33,7 +33,7 @@ function batchExport(el, type) {
$("#message").html(response.data.failFileReason.join('<br/>'));
return false;
}
common.util.__tip(response.message, 'success');
common.util.__tip(response.message, 'warning');
}
}
}
... ...
... ... @@ -33,7 +33,7 @@ function batchExport(el, type) {
$("#message").html(response.data.failFileReason.join('<br/>'));
return false;
}
common.util.__tip(response.message, 'success');
common.util.__tip(response.message, 'warning');
}
}
}
... ...
... ... @@ -247,7 +247,7 @@ common.edit.ajaxfileupload("#productTagModify", {
$("#message").html(response.data.failFileReason.join('<br/>'));
return false;
}
common.util.__tip(response.message, 'success');
common.util.__tip(response.message, 'warning');
}
});
... ...