@@ -12,7 +12,7 @@
</div>
</van-sticky>
- <swiper pagination class="mySwiper" :autoplay="{ delay: 3500 }" loop v-if="banners.length > 0">
+ <swiper pagination class="mySwiper" :autoplay="{ delay: 3500 }" v-if="banners.length > 0">
<swiper-slide v-for="item in banners" :key="item.id">
<img :src="item.pic" />
</swiper-slide>
@@ -13,7 +13,6 @@
slideShadows: true
}"
:autoplay="{ delay: 3500 }"
- loop
class="mySwiper"
v-if="banners.length > 0"
>