Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -51,6 +51,7 @@ export struct CardSourceInfo { | @@ -51,6 +51,7 @@ export struct CardSourceInfo { | ||
| 51 | .fontColor($r("app.color.color_B0B0B0")) | 51 | .fontColor($r("app.color.color_B0B0B0")) |
| 52 | .flexShrink(0) | 52 | .flexShrink(0) |
| 53 | .margin({ left: 6 }) | 53 | .margin({ left: 6 }) |
| 54 | + .visibility(Number(this.contentDTO?.interactData?.commentNum) === 0 ? Visibility.None : Visibility.Visible) | ||
| 54 | } | 55 | } |
| 55 | } | 56 | } |
| 56 | .width(CommonConstants.FULL_WIDTH) | 57 | .width(CommonConstants.FULL_WIDTH) |
-
Please register or login to post a comment