关于jquery:51layui-popupRight-弹出的页面非模板html

6次阅读

共计 362 个字符,预计需要花费 1 分钟才能阅读完成。

showInvoice:function (obj) {active.showPage(obj.data,'company/companyInvoiceLayerList4Admin.jsp','开票治理')
            },
showPage:function (data,page,title) {
                top.layui.admin.popupRight({
                    id: 'LAY_'+elemId+'PopupLayer'
                    ,title:title?title:false
                    ,type: 2
                    ,content: page
                    ,area: layui.setter.popup_layer_area
                    ,success: function(layero,index){top.window.formData = data;}
                    ,btn: ['敞开']
                    ,btnAlign: 'c'
                });
            },
正文完
 0