xiongzhu 4 лет назад
Родитель
Сommit
cf8ca8bfe4

+ 1 - 1
src/main/nine-space/src/views/Discover.vue

@@ -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>

+ 0 - 1
src/main/nine-space/src/views/Home.vue

@@ -13,7 +13,6 @@
                 slideShadows: true
             }"
             :autoplay="{ delay: 3500 }"
-            loop
             class="mySwiper"
             v-if="banners.length > 0"
         >