天天看点

微信小程序swiper禁止滑动的方法

wxml:
<swiper-item catchtouch="stopTouchMove">
<swiper-item>
js:stopTouchMove:function(){
return:false
}