Lines Matching refs:isLoading
81 if (this.isLoading) { // 更多数据加载中,不进入处理逻辑
104 if (this.isLoading) { // 更多数据加载中,不进入处理逻辑
132 this.isLoading = true // 加载中...
140 this.isLoading = false
150 this.isLoading = false
172 private isLoading: boolean = false // 是否加载中,加载中不进入触摸逻辑
241 if (this.isLoading) { // 更多数据加载中,不进入处理逻辑
260 if (this.isLoading) { // 更多数据加载中,不进入处理逻辑
279 this.isLoading = true // 加载中...
287 this.isLoading = false
297 this.isLoading = false