Compare commits

...

2 Commits

Author SHA1 Message Date
Lee df31d2f384 Merge branch 'master' of http://git.scdxtc.com/yin5th/zzwy2 2022-11-08 09:01:01 +08:00
Lee bb49c5a03e 管理团队导航修改 2022-11-08 09:00:59 +08:00
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')){