This commit is contained in:
boi 2025-06-29 16:16:17 +08:00
parent 1b16fa1d0e
commit ad5b57f6a8

View File

@ -878,6 +878,9 @@
var eltab = tabsuldom.find("[data-tit='" + eletxt + "']");
if (eltab.length == 0)
alert('eltab出现错误');
if (eltab.hasClass('active')) {
elifmdom[0].contentWindow.location.reload();
} else {
$5("li", tabsuldom).removeClass('active');
$5("#id_ifms>iframe").removeClass('active');
eltab.addClass('active');
@ -893,6 +896,7 @@
}
//自动滚动到能看到选中 end
}
}
if (win)
elifmdom[0].win = win;
}