Showing
1 changed file
with
2 additions
and
2 deletions
@@ -43,7 +43,8 @@ goodsSwiper = new Swiper('.banner-swiper', { | @@ -43,7 +43,8 @@ goodsSwiper = new Swiper('.banner-swiper', { | ||
43 | paginationClickable: true, | 43 | paginationClickable: true, |
44 | pagination: '.banner-top .pagination-inner', | 44 | pagination: '.banner-top .pagination-inner', |
45 | nextButton: '.my-swiper-button-next', | 45 | nextButton: '.my-swiper-button-next', |
46 | - prevButton: '.my-swiper-button-prev' | 46 | + prevButton: '.my-swiper-button-prev', |
47 | + spaceBetween: 3 | ||
47 | }); | 48 | }); |
48 | 49 | ||
49 | 50 | ||
@@ -69,4 +70,3 @@ if (goodsDiscountHammer) { | @@ -69,4 +70,3 @@ if (goodsDiscountHammer) { | ||
69 | 70 | ||
70 | 71 | ||
71 | require('./like'); | 72 | require('./like'); |
72 | - |
-
Please register or login to post a comment