Authored by 王水玲

星潮教室首页明星头像效果

... ... @@ -7,4 +7,6 @@
var $ = require('yoho-jquery'),
lazyLoad = require('yoho-jquery-lazyload');
require('../common');
lazyLoad($('img.lazy'));
... ...
... ... @@ -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();
... ...