function stop() {
//修改触摸后不自动滚动的问题 2016-9-23
//delay = 0;
delay = options.auto > 0 ? options.auto : 0;
clearTimeout(interval);

}

 

这个地方修改后即可

相关文章:

  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
  • 2021-06-30
  • 2021-08-25
  • 2021-11-21
  • 2021-06-24
猜你喜欢
  • 2022-12-23
  • 2021-10-22
  • 2022-12-23
  • 2021-10-28
  • 2021-11-04
  • 2021-07-25
相关资源
相似解决方案