在swiper-item上添加 @touchmove.stop 则不会滑动
<swiper class="swiper" circular>
	<swiper-item @touchmove.stop>
		<view class="swiper-item uni-bg-red">A</view>
	</swiper-item>
</swiper>