Compare commits

..

No commits in common. "df31d2f384165bd968c9318319e791c0b71f6e97" and "90b252af431f9012aeda7e683a7e28934cc834c4" have entirely different histories.

5 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -113,9 +113,9 @@ $(function(){
// 管理团队切换 // 管理团队切换
if($('.management-team-list').length){ if($('.management-team-list').length){
$('.management-team-nav>span').eq(0).addClass('active'); $('.management-team-nav>span').eq(0).addClass('active');
$('.management-team-nav>span').eq(0).show().siblings().hide();
$('.management-team-list .management-team-item').eq(0).addClass('show'); $('.management-team-list .management-team-item').eq(0).addClass('show');
if(window.innerWidth <= 1024){ if(window.innerWidth <= 1024){
$('.management-team-nav>span').eq(0).show().siblings().hide();
$('.management-team-nav>span').click(function(){ $('.management-team-nav>span').click(function(){
var scrollTop = $(document).scrollTop(); var scrollTop = $(document).scrollTop();
if(!$(this).hasClass('active')){ if(!$(this).hasClass('active')){