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
yangsunyue_wd
2024-04-19 18:16:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
55e7b360fb0bf5516ed57ee6d5c5c989bcf173e1
55e7b360
1 parent
8a70b9ae
desc:热门评论点赞相关 90%
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
View file @
55e7b36
...
...
@@ -40,9 +40,9 @@ export struct QualityCommentsComponent {
// commentListModel.hasMore = true;
// this.browSingModel.viewType = ViewType.LOADED;
commentListModel.list.forEach(element => {
this.allDatas.push(new commentItemModel())
});
// commentListModel.list.forEach(element => {
// this.allDatas.push(new commentItemModel())
// });
this.allDatas.push(...commentListModel.list)
...
...
Please
register
or
login
to post a comment