swiper手动滑动时自动轮播失效

swiper轮播图设置自动轮播之后如果手动滑动之后,就不会再自动轮播了

解决方法:

var swiper = new Swiper('#swiper1', {

      pagination: {

          el: '.swiper-pagination',

      },

      autoplay:true,

      loop:true,

      autoplay: {

          disableOnInteraction: false

      }

});

设置autoplay:true之后,再设置

autoplay:{

     disableOnInteraction: false

}

二手闲置小程序 免费信息发布系统功能源码(小程序+php后台管理)

https://blog.csdn.net/MPQ1314/article/details/87162363

电商商城小程序 小程序+php后台管理系统功能源码

https://blog.csdn.net/MPQ1314/article/details/103723983

发布了40 篇原创文章 · 获赞 22 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/MPQ1314/article/details/86702181
今日推荐