美文网首页
小程序手动禁止swiper滑动

小程序手动禁止swiper滑动

作者: 不再犹豫Debug | 来源:发表于2018-12-12 12:18 被阅读0次

    swiper 组件实现水平滑动切换,有时候只想通过点击按钮切换,需要禁用手动滑动切换(因为手滑会卡)。可以用下面的实现方法:

    <swiper-item catchtouchmove="stopTouchMove">
    

    方法内

    stopTouchMove(){
      return false
    }
    

    相关文章

      网友评论

          本文标题:小程序手动禁止swiper滑动

          本文链接:https://www.haomeiwen.com/subject/wbmuhqtx.html