Authored by 马力

报错样式提示

@@ -60,7 +60,7 @@ function batchExport(el, type) { @@ -60,7 +60,7 @@ function batchExport(el, type) {
60 common.util.__tip('处理失败!具体报错见页面下方!', 'warning'); 60 common.util.__tip('处理失败!具体报错见页面下方!', 'warning');
61 return false; 61 return false;
62 } 62 }
63 - common.util.__tip(response.message, 'success'); 63 + common.util.__tip(response.message, 'warning');
64 } 64 }
65 } 65 }
66 } 66 }
@@ -33,7 +33,7 @@ function batchExport(el, type) { @@ -33,7 +33,7 @@ function batchExport(el, type) {
33 $("#message").html(response.data.failFileReason.join('<br/>')); 33 $("#message").html(response.data.failFileReason.join('<br/>'));
34 return false; 34 return false;
35 } 35 }
36 - common.util.__tip(response.message, 'success'); 36 + common.util.__tip(response.message, 'warning');
37 } 37 }
38 } 38 }
39 } 39 }
@@ -33,7 +33,7 @@ function batchExport(el, type) { @@ -33,7 +33,7 @@ function batchExport(el, type) {
33 $("#message").html(response.data.failFileReason.join('<br/>')); 33 $("#message").html(response.data.failFileReason.join('<br/>'));
34 return false; 34 return false;
35 } 35 }
36 - common.util.__tip(response.message, 'success'); 36 + common.util.__tip(response.message, 'warning');
37 } 37 }
38 } 38 }
39 } 39 }
@@ -247,7 +247,7 @@ common.edit.ajaxfileupload("#productTagModify", { @@ -247,7 +247,7 @@ common.edit.ajaxfileupload("#productTagModify", {
247 $("#message").html(response.data.failFileReason.join('<br/>')); 247 $("#message").html(response.data.failFileReason.join('<br/>'));
248 return false; 248 return false;
249 } 249 }
250 - common.util.__tip(response.message, 'success'); 250 + common.util.__tip(response.message, 'warning');
251 } 251 }
252 }); 252 });
253 253