...
|
...
|
@@ -79,10 +79,6 @@ $(function() { |
|
|
$('.top-downloadbar').css({zIndex: 9});
|
|
|
}, 400);
|
|
|
|
|
|
|
|
|
audioAction();
|
|
|
listenVideo();
|
|
|
|
|
|
share({
|
|
|
imgUrl: 'https://feature.yoho.cn/300x300.png',
|
|
|
title: 'YOHO!BUY有货年度潮流账单——快来看看你的潮流形象!速戳>>',
|
...
|
...
|
@@ -90,6 +86,10 @@ $(function() { |
|
|
desc: 'YOHO!BUY有货2016潮流轨迹'
|
|
|
});
|
|
|
|
|
|
if ($('.account-share-page').length === 0) {
|
|
|
audioAction();
|
|
|
listenVideo();
|
|
|
|
|
|
mySwiper = new Swiper('.swiper-container', {
|
|
|
direction: 'vertical',
|
|
|
onTransitionEnd: function(swiper) {
|
...
|
...
|
@@ -189,4 +189,5 @@ $(function() { |
|
|
$('.start-btn').on('click', function() {
|
|
|
mySwiper.slideTo(1, 1000, true);
|
|
|
});
|
|
|
}
|
|
|
}); |
...
|
...
|
|