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
陈剑华
2024-09-09 10:36:37 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
2628f8fc25f99a7266ca5be982bf4474180acf12
2628f8fc
2 parents
ac08eef3
1ff39361
Merge remote-tracking branch 'origin/main'
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 @
2628f8f
...
...
@@ -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