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