在swiper-item上添加@touchmove.stop则不会滑动
<swiper class="listSwiperHeight" ref="listHeight" :current="swiperCurrent" @transition="transition" @animationfinish="animationfinish">
<swiper-item class="swiper-item" @change='newON()' @touchmove.stop>
</swiper-item>