所属分类:媒体-幻灯片和轮播图
更新时间:2021-05-11 21:36:00
swiper轮播图的配置可以根据自己功能去配置
var mySwiper = new Swiper('.mn-swiper', { autoplay: true, touchRatio: 1, speed: 3000, //匀速时间 loop: true, freeMode: true, //设置为true则变为free模式 slidesPerView: 4, slidesPerGroup: 1, })