chenquansheng

fix |> 修复进入人民号文章详情页,鸿蒙显示最新评论

... ... @@ -127,7 +127,7 @@ export struct CommentComponent {
/*标题:全部评论*/
@Builder
titleHeader(title: string = "最新评论", showGapLine: boolean = false) {
titleHeader(title: string = "评论", showGapLine: boolean = false) {
Column() {
if (showGapLine) {
... ...