$(function(){ var winH=$(window).height(); var winW=$(window).width(); //品牌历史 var mySwiper = new Swiper('.swiper-container1',{ //autoplay : 5000,//可选选项,自动滑动 loop : false,//可选选项,开启循环 autoplayDisableOnInteraction:false, speed:500, slidesPerView:5, spaceBetween: 0, nextButton: '.brand-next', prevButton: '.brand-prev', direction: 'vertical', onSlideChangeStart: function(swiper){ }, breakpoints: { 767: { slidesPerView:6, } } }) })