@@ -112,7 +112,11 @@ export default {
return {
banners: [],
bannerOPtions: {
- autoplay: true,
+ autoplay: {
+ delay: 3000,
+ stopOnLastSlide: false,
+ disableOnInteraction: false
+ },
speed: 600,
parallax: true,
// loop: true,
@@ -128,7 +128,11 @@ export default {
pagination: {
@@ -37,7 +37,11 @@ export default {
el: '.swiper-pagination',