<view class="h-[1000rpx] shadow shadow-[#F5F5F5]">
<swiper class="h-full" circular @animationfinish="(e) => (swiperInfo.current = e.detail.current)">
<swiper-item v-for="(it, index) in boxGoodsList">
<view class="relative h-full w-full">
<image class="h-full w-full" :src="$useServerUrl(it.cover)" mode="aspectFill" />
</view>
</swiper-item>
</swiper>
</view>
uniapp+tailwindcss 在App端ios上面滑动时卡顿,安卓并无此问题,具体操作上传的有视频