Authored by 毕凯

商品详情 顶部图片右侧有黑线

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