layer.open({
        type: 1,
        title: "登陆",
        area: ["393px", "293px"],
        content: $("#dloginbox")
    });

 

  layer.msg("用户名或密码不能为空", {
            icon: 2
        });

 

 layer.msg("登陆成功", {
                    icon: 1
                });

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2021-06-25
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
  • 2022-12-23
相关资源
相似解决方案