Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhangbo1_wd
2024-05-17 18:13:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ea41e57e2ba27485c0cf755b279f85f7dc205155
ea41e57e
1 parent
29f5dfa3
信息流分页加载,重复数据问题处理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/utils/PullUpLoadMore.ets
sight_harmony/features/wdComponent/src/main/ets/utils/PullUpLoadMore.ets
View file @
ea41e57
...
...
@@ -26,7 +26,7 @@ export function touchUpLoadMore(model: PageModel) {
}, () => {
self.offsetY = 0;
})
if ((self.isCanLoadMore === true) && (self.hasMore === true)) {
if ((self.isCanLoadMore === true) && (self.hasMore === true)
&& (self.isLoading === false)
) {
self.isLoading = true;
setTimeout(() => {
closeLoadMore(model);
...
...
Please
register
or
login
to post a comment