Showing
2 changed files
with
2 additions
and
2 deletions
@@ -72,7 +72,7 @@ if ($('.swiper-container .swiper-slide').length > 1) { | @@ -72,7 +72,7 @@ if ($('.swiper-container .swiper-slide').length > 1) { | ||
72 | autoplay: 3000, | 72 | autoplay: 3000, |
73 | autoplayDisableOnInteraction: false, | 73 | autoplayDisableOnInteraction: false, |
74 | paginationClickable: true, | 74 | paginationClickable: true, |
75 | - pagination: '.swiper-pagination' | 75 | + pagination: '.banner-top .pagination-inner' |
76 | }); | 76 | }); |
77 | } | 77 | } |
78 | 78 |
@@ -84,7 +84,7 @@ if ($('.swiper-container .swiper-slide').length > 1) { | @@ -84,7 +84,7 @@ if ($('.swiper-container .swiper-slide').length > 1) { | ||
84 | autoplay: 3000, | 84 | autoplay: 3000, |
85 | autoplayDisableOnInteraction: false, | 85 | autoplayDisableOnInteraction: false, |
86 | paginationClickable: true, | 86 | paginationClickable: true, |
87 | - pagination: '.swiper-pagination' | 87 | + pagination: '.banner-top .pagination-inner' |
88 | }); | 88 | }); |
89 | } | 89 | } |
90 | 90 |
-
Please register or login to post a comment