From 595e146c60df589da83ccfd134d39e87f336b902 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Fri, 19 Aug 2022 15:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AE=E6=92=AD=E5=8A=9F=E8=83=BD=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E8=87=AA=E5=8A=A8=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/gh-next.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/application/views/mobile_first/gh-next.php b/application/views/mobile_first/gh-next.php index 4be343e7..95e324a4 100644 --- a/application/views/mobile_first/gh-next.php +++ b/application/views/mobile_first/gh-next.php @@ -291,10 +291,7 @@ var articleSwiper = new Swiper("#articleSwiper", { keyboard: true, slidesPerView: slidesPerView, loop: true, - autoplay: { - delay: 3000, - disableOnInteraction: false - }, + autoplay: false, navigation: { nextEl: "#article-swiper-button-next", prevEl: "#article-swiper-button-prev" @@ -309,10 +306,7 @@ var tourSwiper = new Swiper("#tourSwiper", { keyboard: true, slidesPerView: slidesPerView, loop: true, - autoplay: { - delay: 3000, - disableOnInteraction: false - }, + autoplay: false, navigation: { nextEl: "#tour-swiper-button-next", prevEl: "#tour-swiper-button-prev"