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
wangliang_wd
2024-11-07 10:36:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd93402cadc52ba27b9d9d293356049c9b5db357
fd93402c
1 parent
e73f15e1
feat:优化人民号关注上拉刷新问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/peopleShip/PeopleShipMainComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/peopleShip/PeopleShipMainComponent.ets
View file @
fd93402
...
...
@@ -404,6 +404,7 @@ export struct PeopleShipMainComponent {
return
}
this.isLoading = true
this.pageModel.isLoading = true
try {
// 获取列表数据
let listData = await PeopleShipMainViewModel.getAttentionContentListInfo(this.currentPage, 20, this.loadTime)
...
...
@@ -424,9 +425,10 @@ export struct PeopleShipMainComponent {
this.pageModel.hasMore = false
this.resolveEnd(true, resolve)
}
this.pageModel.isLoading = false
} catch (exception) {
this.resolveEnd(false, resolve)
this.pageModel.isLoading = false
}
}
...
...
Please
register
or
login
to post a comment