From 4718a5f0dbe68947c9557fd498a7eefed09d2704 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Tue, 2 Nov 2021 16:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=8A=A8=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E5=92=8C=E5=BE=AA=E7=8E=AF=E8=AE=BE=E7=BD=AE?= 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, 10 insertions(+) diff --git a/application/views/mobile_first/gh-next.php b/application/views/mobile_first/gh-next.php index b51af46a..bdf066dc 100644 --- a/application/views/mobile_first/gh-next.php +++ b/application/views/mobile_first/gh-next.php @@ -362,6 +362,11 @@ var articleSwiper = new Swiper("#articleSwiper", { cssMode: true, keyboard: true, slidesPerView: slidesPerView, + loop: true, + autoplay: { + delay: 3000, + disableOnInteraction: false + }, navigation: { nextEl: "#article-swiper-button-next", prevEl: "#article-swiper-button-prev" @@ -375,6 +380,11 @@ var tourSwiper = new Swiper("#tourSwiper", { cssMode: true, keyboard: true, slidesPerView: slidesPerView, + loop: true, + autoplay: { + delay: 3000, + disableOnInteraction: false + }, navigation: { nextEl: "#tour-swiper-button-next", prevEl: "#tour-swiper-button-prev"