Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -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) |
-
Please register or login to post a comment