From 39da75fa54f4a0bfc6c135bcacdd5a4df4890210 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 17 十月 2024 16:22:13 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

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