关闭弹窗刷新父级
var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
parent.location.reload();//刷新父页面,注意一定要在关闭当前iframe层之前执行刷新
parent.layer.close(index); //再执行关闭
关闭弹窗刷新父级
var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
parent.location.reload();//刷新父页面,注意一定要在关闭当前iframe层之前执行刷新
parent.layer.close(index); //再执行关闭
本文标题:Layui 关闭弹窗刷新父级
本文链接:https://www.haomeiwen.com/subject/vzhbxktx.html
网友评论