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
chenquansheng
2024-09-09 10:26:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ff39361cbbc35ad126267f519a71346e272fe91
1ff39361
1 parent
b91ab6c7
fix |> 修复进入人民号文章详情页,鸿蒙显示最新评论
Hide 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 @
1ff3936
...
...
@@ -127,7 +127,7 @@ export struct CommentComponent {
/*标题:全部评论*/
@Builder
titleHeader(title: string = "
最新
评论", showGapLine: boolean = false) {
titleHeader(title: string = "评论", showGapLine: boolean = false) {
Column() {
if (showGapLine) {
...
...
Please
register
or
login
to post a comment