Authored by 马力

更新userId

@@ -59,7 +59,7 @@ function batchExport(el, type) { @@ -59,7 +59,7 @@ function batchExport(el, type) {
59 $("#message").html(response.data.failFileReason.join('<br/>')); 59 $("#message").html(response.data.failFileReason.join('<br/>'));
60 return false; 60 return false;
61 } 61 }
62 - common.util.__tip(response.message, 'warning'); 62 + common.util.__tip(response.message, 'success');
63 } 63 }
64 } 64 }
65 } 65 }
@@ -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, 'warning'); 250 + common.util.__tip(response.message, 'success');
251 } 251 }
252 }); 252 });
253 253