Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -45,7 +45,7 @@ export struct ChildCommentComponent { | @@ -45,7 +45,7 @@ export struct ChildCommentComponent { | ||
| 45 | .fontColor($r('app.color.color_222222')) | 45 | .fontColor($r('app.color.color_222222')) |
| 46 | .margin({ bottom: 1 }) | 46 | .margin({ bottom: 1 }) |
| 47 | .maxLines(1) | 47 | .maxLines(1) |
| 48 | - Text(DateTimeUtils.getCommentTime(DateTimeUtils.getDateTimestamp(this.data.createTime))) | 48 | + Text(`${this.data.createTime}`) |
| 49 | .fontColor($r('app.color.color_B0B0B0')) | 49 | .fontColor($r('app.color.color_B0B0B0')) |
| 50 | .fontSize(12) | 50 | .fontSize(12) |
| 51 | .lineHeight(16) | 51 | .lineHeight(16) |
-
Please register or login to post a comment