layer: 弹出层参数介绍

例子:

      layer.open({
            type: 2,
            title: '弹出层标题',
            area: ['700px', '550px'],
            offset : ['15%' , '20%'],
            shadeClose: false, //
            content: ['路径?参数='+id, 'no'],
            success: function (layero, index) {
            },
            end: function (index) {
            }
        });

参数讲解:

链接1:

https://blog.csdn.net/lslby123/article/details/79861863

链接2:

https://blog.csdn.net/maosaiwei/article/details/72465669

猜你喜欢

转载自blog.csdn.net/qq_37272886/article/details/81136823