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: {}
      })
posted @ 2020-09-08 18:07  ✔️zhangfl_go  阅读(764)  评论(0编辑  收藏  举报