swiper手滑导航圆点不同步-成都快上网建站

swiper手滑导航圆点不同步

        // 滚动图
        var mySwiper = new Swiper('.swiper-container', {
            // 如果需要分页器
            pagination: {
                el: '.swiper-pagination',
            },
            onSlideChangeEnd: function (swiper) { // pagination BUG
                var activeIndex = swiper.activeIndex;
                $('.swiper-pagination')
                    .find('span')
                    .eq(activeIndex)
                    .addClass('swiper-pagination-bullet-active')
                    .siblings()
                    .removeClass('swiper-pagination-bullet-active');
            }
        });

当前标题:swiper手滑导航圆点不同步
文章路径:http://kswjz.com/article/gipcce.html
扫二维码与项目经理沟通

我们在微信上24小时期待你的声音

解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流