管理团队导航修改

master
Lee 2022-11-08 09:00:59 +08:00
parent 824a67a8c4
commit bb49c5a03e
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

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