layer父页面刷新

parent.location.reload(); // 父页面刷新
var index = parent.layer.getFrameIndex(window.name); //获取窗口索引
parent.layer.close(index);

 

 

参考:https://www.cnblogs.com/jiqing9006/p/5546109.html

posted @ 2019-08-20 08:41  BloggerSb  阅读(102)  评论(0)    收藏  举报