swiper手动滑动后失效解决

{
          swiperParams: {
          speed: 500,
          loop: true,
          autoplay: {
            disableOnInteraction: false,
            delay: 2500,
          },
          preventLinksPropagation: false   // 阻止点击事件冒泡
}

把autoplay的地方换成这样,就好使了

你可能感兴趣的:(swiper)