Showing
1 changed file
with
1 additions
and
1 deletions
@@ -15,7 +15,7 @@ goodsSwiper = new Swiper('.banner-swiper', { | @@ -15,7 +15,7 @@ goodsSwiper = new Swiper('.banner-swiper', { | ||
15 | lazyLoadingInPrevNext: true, | 15 | lazyLoadingInPrevNext: true, |
16 | loop: true, | 16 | loop: true, |
17 | paginationClickable: true, | 17 | paginationClickable: true, |
18 | - pagination: '.swiper-pagination' | 18 | + pagination: '.swiper-pagination', |
19 | nextButton: '.swiper-button-next', | 19 | nextButton: '.swiper-button-next', |
20 | prevButton: '.swiper-button-prev' | 20 | prevButton: '.swiper-button-prev' |
21 | }); | 21 | }); |
-
Please register or login to post a comment