Swiper 禁止手动控制滑动

前提条件

  • swiper 版本引入 swiper3.4.2 相关js和css文件

关键代码

html 结构 swiper最外层加class swiper-no-swiping

      .swiper-container#car-redian-list.car-redian.swiper-no-swiping
        .swiper-wrapper.redian-wrapper
          .swiper-slide.redian-txt
            a(href='') T-ROC探歌惊喜多 一成首付0利率
            a(href='') T-ROC探歌惊喜多 一成首付0利率
            a(href='') T-ROC探歌惊喜多 一成首付0利率
            a(href='') T-ROC探歌惊喜多 一成首付0利率         
      

js 调用

     new Swiper('#car-redian-list', {
        loop: true,
        direction: 'vertical',
        autoplay: 5000,
        autoplayDisableOnInteraction: false,
        on: {}
      })
原文地址:https://www.cnblogs.com/angfl/p/swiper.html