陈剑华

fix: 17017 UI还原问题--人民号动态下在无评论数及其他信息时,鸿蒙版多出一个小数点

... ... @@ -37,6 +37,8 @@ export struct RmhTitle {
Text(DateTimeUtils.getCommentTime(Number.parseFloat(this.publishTime)))
.fontSize($r("app.float.font_size_12"))
.fontColor($r("app.color.color_B0B0B0"))
}
if (this.publishTime && this.rmhInfo.rmhDesc) {
Image($r('app.media.point'))
.width(16)
.height(16)
... ...