修复bug

This commit is contained in:
2025-11-27 09:42:18 +08:00
parent 72f5d18545
commit 5db0b37db0
10 changed files with 546 additions and 459 deletions

View File

@@ -549,10 +549,10 @@
swiper = new Swiper('.auto-swiper-container', {
autoplay: {
delay: 113000, // 3秒切换
delay: 3000, // 3秒切换
disableOnInteraction: false,
},
loop: true,
loop: false,
slidesPerView: 1,
spaceBetween: 0,
// 启用分页指示标(核心配置)