src/main/webapp/static/js/custOrder/custOrder.js
@@ -1,15 +1,17 @@ var pageCurr; function right(){ top.layui.admin.popupRight({ top.popupRight = top.layui.admin.popupRight({ id: 'LAY_adminPopupLayerTest' , area: '750px' , type: 2 ,content:'custOrder/matQuery.html' ,success: function(){ , content:'custOrder/matQuery.html' , success: function(){ // $('#'+ this.id).html('<div style="padding: 20px;">放入内容</div>'); //admin.view(this.id).render('system/xxx') } , end: function () { $(".layui-laypage-btn")[0].click(); } }); }