update
This commit is contained in:
parent
1b16fa1d0e
commit
ad5b57f6a8
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user