51-layui 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'
});
},
写写代码。
blog文章中不懂的,可+v:keep4ing。
在线乐意解答。