indicator._move.js 252 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 if ( this.scroller.options.probeType == 1 && timestamp - this.startTime > 300 ) { this.startTime = timestamp; this.scroller._execEvent('scroll'); } else if ( this.scroller.options.probeType > 1 ) { this.scroller._execEvent('scroll'); }