Fix:4632 【旅居商城小程序】团购详情轮播图循环逻辑错误

(cherry picked from commit 896f8dee7f)
This commit is contained in:
linxi
2025-11-21 12:34:02 +08:00
parent bad10982b7
commit 5c23dc9773
+1 -1
View File
@@ -11,7 +11,7 @@
/>
<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">
<image :src="img" class="hero-img" mode="aspectFill" />
</swiper-item>