var swiper = new Swiper('.swiper-container', {
watchOverflow:true,//设置只有一个图片,取消轮播和导航
pagination: {
el: '.swiper-pagination',
},//导航
autoplay: {
delay: 3000,//轮播速度
stopOnLast: false,//最后一张图片不终止
disableOnInteraction: false,//点击swiper后继续轮播
watchOverflow:true,//设置只有一个图片,取消轮播和导航
pagination: {
el: '.swiper-pagination',
},//导航
autoplay: {
delay: 3000,//轮播速度
stopOnLast: false,//最后一张图片不终止
disableOnInteraction: false,//点击swiper后继续轮播
},
observer:true,//swiper所有图片加载完后重新加载swiper
paginationClickable:true//当单击指示器时会执行过渡动画到目标slide
});