WXML: Add a method to swiper-item like this:

<swiper-item catchtouchmove="stopTouchMove">

Copy the code

Js page:

stopTouchMove: function() {
  return false;
}
Copy the code