|
@@ -106,7 +106,8 @@ $(".wei .slide1").css({ left: +current.left, width: currentWidth });
|
|
|
$(".nav_div .nav").on('click', function () {
|
|
|
$(this).children('div').addClass('on');
|
|
|
$(this).siblings('.nav').children('div').removeClass('on');
|
|
|
- if($(this).children('div').attr("url") == "getVisualizationFrame_WRJ"){
|
|
|
+ // if($(this).children('div').attr("url") == "getVisualizationFrame_WRJ"){
|
|
|
+ if($(this)[0].className == "nav wrj"){
|
|
|
$(".zhly_k").hide();
|
|
|
}else{
|
|
|
$(".zhly_k").show();
|