swiper回调函数
on: {
slideChangeTransitionEnd: function(){
console.log(this.activeIndex)
if (this.activeIndex == 1){
$('.counter').countUp();
}
},
},
noSwipingClass : 'swiper-slide', // 禁止拖拽上一篇:照片墙滚动
下一篇:JS滚动板块固定显示