小程式禁止swiper滑動

Meriodas發表於2021-03-30

小程式中有時候我們要禁止使用者滑動swiper元件,這時候catchtouchmove派上用場,在swiper-item上加上事件catchtouchmove即可。

<swiper class='yaohe' vertical='true' circular='true' autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}">
  <block wx:for='{{yaohe}}'>
   <swiper-item catchtouchmove='catchTouchMove'>
      ...
   </swiper-item>
  </block>
</swiper>
本作品採用《CC 協議》,轉載必須註明作者和本文連結
K'

相關文章