Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -127,7 +127,7 @@ export struct CommentComponent { | @@ -127,7 +127,7 @@ export struct CommentComponent { | ||
| 127 | 127 | ||
| 128 | /*标题:全部评论*/ | 128 | /*标题:全部评论*/ |
| 129 | @Builder | 129 | @Builder |
| 130 | - titleHeader(title: string = "最新评论", showGapLine: boolean = false) { | 130 | + titleHeader(title: string = "评论", showGapLine: boolean = false) { |
| 131 | 131 | ||
| 132 | Column() { | 132 | Column() { |
| 133 | if (showGapLine) { | 133 | if (showGapLine) { |
-
Please register or login to post a comment