parent.layer.closeAll(); //关闭父级弹窗 window.parent.location.reload(); //刷新父级页面 parent.layer.closeAll(function(){ //关闭所有层并执行回调 window.parent.location.reload(); });
博客列表 >Layui关闭父级弹窗
parent.layer.closeAll(); //关闭父级弹窗 window.parent.location.reload(); //刷新父级页面 parent.layer.closeAll(function(){ //关闭所有层并执行回调 window.parent.location.reload(); });