layui弹出框

提示框

layer.tips("6-16位字母、数字或“_”,需字母开头", '#pass',{tips:[2,'red']});

确认框

layer.alert("登录成功", {icon: 1,offset:['400px','900px'],btn:['确定'],yes:function(){
location.href="${pageContext.request.contextPath}/main";
}});

信息框

layer.msg('输入正确,正在提交...',{offset:['600px','1200px']});

posted @ 2020-08-24 15:58  郭郭同学  阅读(290)  评论(0编辑  收藏  举报