swipe滚动失效

改动 swipe.js 

transitionEnd: function(event) {

if (parseInt(event.target.getAttribute('data-index'), 10) == index) {

//if (delay) begin();
stop();

options.transitionEnd && options.transitionEnd.call(event, index, slides[index]);
delay=options.auto || 0;
begin();
}

}

丫a头的博客(<- 。。 ->)
原文地址:https://www.cnblogs.com/lssmd/p/4630903.html