diff --git a/Public/Home/js/20170831/common.js b/Public/Home/js/20170831/common.js index e737460f8..6cbdf3c1e 100644 --- a/Public/Home/js/20170831/common.js +++ b/Public/Home/js/20170831/common.js @@ -186,10 +186,10 @@ $(function(){ window.updateAlert = function (text,status,c) { switch(status){ case 1: - layer.msg(text, {icon: 1}); + layer.msg(text, {icon: 2}); break; default: - layer.msg(text, {icon: 2}); + layer.msg(text, {icon: 1}); break; } }