layer.open中各种属性使用方式
layer.open({ anim: 4, // anim: 0 平滑放大。默认 1从上掉落 2 从最底部往上滑入 3从左滑入 4从左翻滚 5渐显 6抖动
offset: 'lt', //坐标,默认垂直居中 title: "测试", //头部 scrollbar: false, //传入layer内置的样式class名 type: 2, //弹出框样式 1/2/3/4 content: '/Software/Add?YKCustomer_Id='+Id, //传入值 链接 area: setpage(), //弹出框大小 可用 ['100px','100px'] skin: "layui-layer-molv", //样式表文件 内置样式 layui-layer-molv,layui-layer-lan yes: function (index, layero) { //如果成功 layer.close(index); //关闭index parent.location.reload(); //重载父页面 }, end: function () { //忽略 $(".layui-laypage-btn").click(); },