parent.layer.closeAll(); //关闭父级弹窗
window.parent.location.reload(); //刷新父级页面
parent.layer.closeAll(function(){ //关闭所有层并执行回调
window.parent.location.reload();
});
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号