其他分享
首页 > 其他分享> > layer.open中各种属性使用方式

layer.open中各种属性使用方式

作者:互联网

                         layer.open({
                            anim: 4,
                            offset: 'lt',
                            title: "测试",
                            scrollbar: false,
                            type: 2,
                            content: '/Software/Add?YKCustomer_Id='+Id,
                            area: setpage(),
                            skin: "layui-layer-molv",
                            yes: function (index, layero) {
                                layer.close(index);
                                parent.location.reload();
                            },
                            end: function () {
                                $(".layui-laypage-btn").click();
                            },

 

标签:function,index,layer,layui,open,Id,属性
来源: https://www.cnblogs.com/wxdream/p/16595050.html