Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -15,7 +15,7 @@ export struct CardSourceInfo { | @@ -15,7 +15,7 @@ export struct CardSourceInfo { | ||
| 15 | .margin({ right: 2 }) | 15 | .margin({ right: 2 }) |
| 16 | } | 16 | } |
| 17 | if (this.contentDTO.rmhPlatform === 1) { | 17 | if (this.contentDTO.rmhPlatform === 1) { |
| 18 | - Text(this.contentDTO.rmhInfo.rmhName) | 18 | + Text(this.contentDTO.rmhInfo?.rmhName) |
| 19 | .fontSize($r("app.float.font_size_12")) | 19 | .fontSize($r("app.float.font_size_12")) |
| 20 | .fontColor($r("app.color.color_B0B0B0")) | 20 | .fontColor($r("app.color.color_B0B0B0")) |
| 21 | .maxLines(1) | 21 | .maxLines(1) |
-
Please register or login to post a comment