$require(['swiper'], function () { var honoRBox = new Swiper('.honoRBox', { autoplay:false, //loop: true, // 循环(loop)模式,使用的话取消注释 slidesPerView: 1, spaceBetween: 20, watchSlidesVisibility: true, centerInsufficientSlides: true, pagination: { el: ".swiper-pagination", }, navigation: { nextEl: '.honoRBoxBB .swiper-btn-next', prevEl: '.honoRBoxBB .swiper-btn-prev', }, breakpoints: { 768: { slidesPerView: 4, spaceBetween: 34 } } }) }) $require(['swiper'], function () { var honoRBox = new Swiper('.honoRKN', { autoplay:false, loop: true, // 循环(loop)模式,使用的话取消注释 slidesPerView: 1, spaceBetween: 20, centeredSlides: true, watchSlidesVisibility: true, centerInsufficientSlides: true, pagination: { el: ".swiper-pagination", }, breakpoints: { 768: { slidesPerView: 5, spaceBetween: -10 } } }) })