layer.open({
type: 1,
title: "登陆",
area: ["393px", "293px"],
content: $("#dloginbox")
});
layer.msg("用户名或密码不能为空", {
icon: 2
});
layer.msg("登陆成功", {
icon: 1
});