Authored by xuhongyun

build

@@ -64,7 +64,7 @@ webpackJsonp([27],[ @@ -64,7 +64,7 @@ webpackJsonp([27],[
64 common.util.__tip('处理失败!具体报错见页面下方!', 'warning'); 64 common.util.__tip('处理失败!具体报错见页面下方!', 'warning');
65 return false; 65 return false;
66 } 66 }
67 - common.util.__tip(response.message, 'warning'); 67 + common.util.__tip(response.message, 'success');
68 } 68 }
69 } 69 }
70 } 70 }
@@ -37,7 +37,7 @@ webpackJsonp([31],[ @@ -37,7 +37,7 @@ webpackJsonp([31],[
37 $("#message").html(response.data.failFileReason.join('<br/>')); 37 $("#message").html(response.data.failFileReason.join('<br/>'));
38 return false; 38 return false;
39 } 39 }
40 - common.util.__tip(response.message, 'warning'); 40 + common.util.__tip(response.message, 'success');
41 } 41 }
42 } 42 }
43 } 43 }
@@ -37,7 +37,7 @@ webpackJsonp([32],[ @@ -37,7 +37,7 @@ webpackJsonp([32],[
37 $("#message").html(response.data.failFileReason.join('<br/>')); 37 $("#message").html(response.data.failFileReason.join('<br/>'));
38 return false; 38 return false;
39 } 39 }
40 - common.util.__tip(response.message, 'warning'); 40 + common.util.__tip(response.message, 'success');
41 } 41 }
42 } 42 }
43 } 43 }
@@ -251,7 +251,7 @@ webpackJsonp([47],[ @@ -251,7 +251,7 @@ webpackJsonp([47],[
251 $("#message").html(response.data.failFileReason.join('<br/>')); 251 $("#message").html(response.data.failFileReason.join('<br/>'));
252 return false; 252 return false;
253 } 253 }
254 - common.util.__tip(response.message, 'warning'); 254 + common.util.__tip(response.message, 'success');
255 } 255 }
256 }); 256 });
257 257