@ -186,10 +186,10 @@ $(function(){
window.updateAlert = function (text,status,c) {
switch(status){
case 1:
layer.msg(text, {icon: 2});
layer.msg(text, {icon: 1});
break;
default:
}