...
|
...
|
@@ -6,4 +6,11 @@ var bannerSwiper = new Swiper('.header-banner', { |
|
|
autoplay: 3000
|
|
|
});
|
|
|
|
|
|
$('.goods-nav').find('.nav-item').eq(0).addClass('focus'); |
|
|
\ No newline at end of file |
|
|
$('.goods-nav').find('.nav-item').eq(0).addClass('focus');
|
|
|
|
|
|
//商品导航滑动
|
|
|
var navSwiper = new Swiper('.s-goods-nav', {
|
|
|
grabCursor: true,
|
|
|
slidesPerView: 'auto',
|
|
|
slideElement: 'li'
|
|
|
}); |
|
|
\ No newline at end of file |
...
|
...
|
|