点击菜单刷新

This commit is contained in:
sugar1569 2018-09-26 20:39:23 +08:00
parent d1399706af
commit 4a48007847

View File

@ -245,8 +245,8 @@ $(function() {
$(".J_tabReply").on("click", rep);
//刷新
function ref() {
var l = $(".J_iframe:visible");
l[0].contentWindow.location.reload();
// $(".J_iframe:visible")[0].contentWindow.location.reload();
window.frames[$(".page-tabs-content .active").index()].location.reload();
}
$(".J_tabRefresh").on("click", ref);
});