* 获取滚动状态
()
| 168 | * 获取滚动状态 |
| 169 | */ |
| 170 | getScrollState() { |
| 171 | return { |
| 172 | isUserScrolling: this.isUserScrolling, |
| 173 | shouldAutoScroll: this.shouldAutoScroll, |
| 174 | isAtBottom: this.isAtBottom() |
| 175 | } |
| 176 | } |
| 177 | |
| 178 | /** |
| 179 | * 清理定时器 |
nothing calls this directly
no test coverage detected