swiper手动滑动后,自动滑动失效
var mySwiper = new Swiper('.swiper-container', { direction: 'horizontal', loop: true, // 循环模式选项 autoplay: { disableOnInteraction: false, //开启这个就可以自动滑动了 delay: 3000, }, effect: 'coverflow', // 如果需要分页器 pagination: { el: '.swiper-pagination', }}
原创
2020-06-02 17:47:18 ·
1007 阅读 ·
0 评论