$require(['swiper'], function () { var honoRBox = new Swiper('.dlpp', { autoplay: { delay: 2500, // 2.5秒切换一次 }, // loop: true, // 循环(loop)模式,使用的话取消注释 slidesPerView: 2, slidesPerGroup: 2, spaceBetween: 10, watchSlidesVisibility: true, centerInsufficientSlides: true, navigation: { nextEl: '.dlppr', prevEl: '.dlppl', }, breakpoints: { 768: { slidesPerView: 5, slidesPerGroup: 5, spaceBetween: 15 } } }) })