1. 程式人生 > >layer: 彈出層引數介紹

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