轮播功能取消自动播放

hotfix/paypal-note
LiaoYijun 3 years ago
parent 8abb177f63
commit 595e146c60

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

Loading…
Cancel
Save