var mySwiper = new Swiper('.actJp', {
loop: true,
autoplay: {
delay: 800,
     disableOnInteraction: false, //加这句
    },
slidesPerView: 4.2,
spaceBetween: 10,
autoplayDisableOnInteraction : false, //如果这个无效
on: {
slideChangeTransitionEnd: function() {
this.autoplay.start();//加这句会在轮播结束后从头开始轮播,loop就无效了
},
}
});
 
posted on 2023-08-15 16:26  zeroz  阅读(291)  评论(0编辑  收藏  举报