陈剑华

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

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