swiper中文网:控制轮播图左右移动

正文开始

https://swiper.com.cn/api/methods/450.html //向左移动100像素

swiperObj = new Swiper(".mySwiper", {
                slidesPerView: itemWidth,
                spaceBetween: 10,
                initialSlide:3, //默认显示第3个
                grabCursor: true,
                scrollbar: {
                    el: '.swiper-scrollbar',
                },
                on:{
                    click: function(swiper, eve) {
                        var currentObj = $(eve.target);

                    },
                },
            });
swiperObj.translateTo(mySwiper.translate-100);

正文结束

js 正则替换返回值做回调函数 qrcode.js支持设置边框