...
|
...
|
@@ -246,7 +246,7 @@ function setIndexAction() { |
|
|
// 明星头像点击居中显示或跳转
|
|
|
$('.avatar-swiper li').on('click', function() {
|
|
|
if ($(this).hasClass('swiper-slide-active')) {
|
|
|
location.href = $(this).find('img').data('url');
|
|
|
location.href = $(this).find('span').data('url');
|
|
|
} else {
|
|
|
avatarKey = $(this).index();
|
|
|
|
...
|
...
|
|