touchRatio:触摸比例。触摸距离与slide滑动距离的比率 默认为1,按照1:1的触摸比例滑动。设置为0时,完全无法滑动 如果touchRatio值为 -1 则反方向滑动 var swiper = new Swiper(".swiper-container", { touchRatio: '0' });