update
This commit is contained in:
parent
1b16fa1d0e
commit
ad5b57f6a8
|
|
@ -878,6 +878,9 @@
|
||||||
var eltab = tabsuldom.find("[data-tit='" + eletxt + "']");
|
var eltab = tabsuldom.find("[data-tit='" + eletxt + "']");
|
||||||
if (eltab.length == 0)
|
if (eltab.length == 0)
|
||||||
alert('eltab出现错误');
|
alert('eltab出现错误');
|
||||||
|
if (eltab.hasClass('active')) {
|
||||||
|
elifmdom[0].contentWindow.location.reload();
|
||||||
|
} else {
|
||||||
$5("li", tabsuldom).removeClass('active');
|
$5("li", tabsuldom).removeClass('active');
|
||||||
$5("#id_ifms>iframe").removeClass('active');
|
$5("#id_ifms>iframe").removeClass('active');
|
||||||
eltab.addClass('active');
|
eltab.addClass('active');
|
||||||
|
|
@ -893,6 +896,7 @@
|
||||||
}
|
}
|
||||||
//自动滚动到能看到选中 end
|
//自动滚动到能看到选中 end
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (win)
|
if (win)
|
||||||
elifmdom[0].win = win;
|
elifmdom[0].win = win;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user