swiper手滑导航圆点不同步-古蔺大橙子建站
RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
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://scgulin.cn/article/gipcce.html