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
yangchenggong1_wd
2024-09-27 10:26:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1bc1aa5f8aacf85d1a182ce6a45d5e9de3d5ea31
1bc1aa5f
1 parent
a0b5afd9
fix |> 20566 鸿蒙我的评论列表中,所有的评论时间都是【刚刚】,没有展示出正确时间
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/mine/home/ChildCommentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/home/ChildCommentComponent.ets
View file @
1bc1aa5
...
...
@@ -45,7 +45,7 @@ export struct ChildCommentComponent {
.fontColor($r('app.color.color_222222'))
.margin({ bottom: 1 })
.maxLines(1)
Text(
DateTimeUtils.getCommentTime(DateTimeUtils.getDateTimestamp(this.data.createTime))
)
Text(
`${this.data.createTime}`
)
.fontColor($r('app.color.color_B0B0B0'))
.fontSize(12)
.lineHeight(16)
...
...
Please
register
or
login
to post a comment