function alertTips(){
  layui.use('layer', function() {
    layer.open({
      type: 2,
      title: '数据维护',
      area: ["600px", "400px"],
      shade: 0.5,
      maxmin: true,
      offset: [80, 0],
      content: 'changepassword.html',
      zIndex: layer.zIndex,
      success: function(layero) {
        layer.setTop(layero);
      }
    });
  });
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案