var mySwiper2 = new Swiper('.swiper-container2', {
// autoplay: 5000,//可选选项,自动滑动
direction: 'vertical',
// spaceBetween: 8,
autoHeight: true,
// slidesOffsetBefore : 100,
initialSlide: 1,
onTouchMove: function() {
// if(initialSlide == 1) {
// }
},
onSlideNextStart:function(){
alert("触发了");
}
});