...
|
...
|
@@ -188,8 +188,6 @@ function initAction() { |
|
|
$avatarWrap = $('.avatar-wrap');
|
|
|
bannerLen = $('.avatar-wrap').find('.swiper-slide').length;
|
|
|
|
|
|
setIndexAction();
|
|
|
|
|
|
// if ($avatarClone) {
|
|
|
// $avatarClone.remove();
|
|
|
// }
|
...
|
...
|
@@ -202,6 +200,7 @@ function initAction() { |
|
|
effect: 'fadeIn'
|
|
|
});
|
|
|
|
|
|
setIndexAction();
|
|
|
}
|
|
|
|
|
|
initAction();
|
...
|
...
|
@@ -258,7 +257,8 @@ starIScroll.iScroll.on('scrollStart', function() { |
|
|
bannerSwiper && bannerSwiper.stopAutoplay();
|
|
|
});
|
|
|
|
|
|
// starIScroll.iScroll.on('scroll', function() {
|
|
|
starIScroll.iScroll.on('scroll', function() {
|
|
|
$window.trigger('scroll');
|
|
|
// var avatarOffsetT;
|
|
|
//
|
|
|
// if (this.directionY !== -1) {
|
...
|
...
|
@@ -300,7 +300,7 @@ starIScroll.iScroll.on('scrollStart', function() { |
|
|
// } else {
|
|
|
// $avatarClone.hide();
|
|
|
// }
|
|
|
// });
|
|
|
});
|
|
|
|
|
|
starIScroll.iScroll.on('scrollEnd', function() {
|
|
|
// $loadingTip.slideUp();
|
...
|
...
|
|