Fix:4632 【旅居商城小程序】团购详情轮播图循环逻辑错误
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
/>
|
/>
|
||||||
<scroll-view scroll-y class="page-scroll">
|
<scroll-view scroll-y class="page-scroll">
|
||||||
<!-- 顶部大图/轮播 -->
|
<!-- 顶部大图/轮播 -->
|
||||||
<swiper class="hero-swiper" indicator-dots autoplay interval="3000">
|
<swiper class="hero-swiper" indicator-dots autoplay circular interval="3000">
|
||||||
<swiper-item v-for="(img, idx) in detail.carouselImages" :key="idx">
|
<swiper-item v-for="(img, idx) in detail.carouselImages" :key="idx">
|
||||||
<image :src="img" class="hero-img" mode="aspectFill" />
|
<image :src="img" class="hero-img" mode="aspectFill" />
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user