diff --git a/index.html b/index.html index 5eb1d23..68be194 100644 --- a/index.html +++ b/index.html @@ -145,8 +145,8 @@
project case
- 总部新闻 - 区域动态 + 总部新闻 + 区域动态
News > diff --git a/js/script.js b/js/script.js index edb3c87..f011f08 100644 --- a/js/script.js +++ b/js/script.js @@ -53,6 +53,8 @@ $(function(){ if(!$(this).hasClass('active')){ $('.index-news-nav>span').eq($(this).index()).addClass("active").siblings().removeClass('active'); $('.new-list>.swiper').eq($(this).index()).addClass("show").siblings().removeClass('show'); + }else{ + window.location.href = $(this).data('url'); } }) if(screen.width <= 768){