layer.open({
    type: 2,
    maxmin: true,
    success: function(layero,index){
        //在回调方法中的第2个参数“index”表示的是当前弹窗的索引。
        //通过layer.full方法将窗口放大。
        layer.full(index);
    }
});

相关文章:

  • 2021-06-17
  • 2021-09-04
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-28
  • 2022-12-23
  • 2021-09-22
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案