var mySwiper = new Swiper('.actJp', {标签:解决办法,轮播,触摸,自动,swiper,autoplay From: https://www.cnblogs.com/zerozq/p/17631646.html
loop: true,
autoplay: {
delay: 800,
},
slidesPerView: 4.2,
spaceBetween: 10,
autoplayDisableOnInteraction : false, //如果这个无效
on: {
slideChangeTransitionEnd: function() {
this.autoplay.start();//就加这句手动滑动后再轮播
},
}
});