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

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'
                });
            },

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理