Compare commits
2 Commits
90b252af43
...
df31d2f384
Author | SHA1 | Date |
---|---|---|
Lee | df31d2f384 | |
Lee | bb49c5a03e |
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 |
|
@ -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')){
|
||||
|
|
Loading…
Reference in New Issue