var mySwiper1 = new Swiper('#Banner', {
autoplay: {
delay: 5000,//秒
disableOnInteraction: false,//滑动不会失效
reverseDirection: true,//如果最后一个 反向播放
},
loop: true,//轮播
followFinger: false,//手指滑动完毕在动
});
去了autoplay 和 loop 它就不会动了,
加着它又自动....
autoplay设置成fales不就可以了吗?或者直接去掉。