From ddad8f19c23c4af6defba1ceb8f340ee50eafac0 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 21 十月 2024 17:48:58 +0800 Subject: [PATCH] 数学 --- src/books/botany/view/components/index.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/books/botany/view/components/index.vue b/src/books/botany/view/components/index.vue index 158e650..225c9b0 100644 --- a/src/books/botany/view/components/index.vue +++ b/src/books/botany/view/components/index.vue @@ -657,7 +657,10 @@ const dom = pptDoms[i]; new Swiper(dom, { loop: false, // 鏃犵紳 - autoplay: false, + autoplay: { + delay: 3000, // 璁剧疆鑷姩鎾斁鐨勯棿闅旀椂闂翠负3000姣锛�3绉掞級 + disableOnInteraction: false, // 鐢ㄦ埛鎿嶄綔鍚庝笉绂佺敤鑷姩鎾斁 + }, paginationClickable: true, slidesPerView: 1, // 涓�缁勪笁涓� spaceBetween: 30, // 闂撮殧 -- Gitblit v1.9.1