style: 优化css样式,全局使用show.xx消息提示
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
location.href = res.url;
|
||||
}
|
||||
else {
|
||||
layer.msg(res.msg,'error');
|
||||
layer.msg(res.msg);
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
location.href = res.url;
|
||||
}
|
||||
else {
|
||||
layer.msg(res.msg,'error');
|
||||
layer.msg(res.msg);
|
||||
}
|
||||
},'json');
|
||||
return false;
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
jquery('.layui-complete').show();
|
||||
jquery.get('/install/index/clear',{},function(res){});
|
||||
} else {
|
||||
layer.msg(res.msg,'error');
|
||||
layer.msg(res.msg);
|
||||
}
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user