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
xugenyuan
2024-05-23 10:42:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
49417a58f2f4d0ff67c37de73a9ac25e34e8240e
49417a58
1 parent
08f4f74d
ref |> 解决评论上拉多次后,出现默认页
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentComponent.ets
View file @
49417a5
...
...
@@ -259,7 +259,7 @@ export struct CommentComponent {
this.publishCommentModel.totalCommentNumer = commentListModel.totalCommentNum + ''
}
if (commentListModel.list.length === 0) {
if (commentListModel.list.length === 0
&& this.allDatas.totalCount() == 0
) {
this.isComments = false
}
...
...
Please
register
or
login
to post a comment