Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -52,7 +52,7 @@ export struct Card19Component { | @@ -52,7 +52,7 @@ export struct Card19Component { | ||
| 52 | .fontColor(0xED2800) | 52 | .fontColor(0xED2800) |
| 53 | Span(this.str03) | 53 | Span(this.str03) |
| 54 | } else { | 54 | } else { |
| 55 | - Span(this.contentDTO.newsTitle) | 55 | + Span(this.contentDTO.newsTitle=='null'?"":this.contentDTO.newsTitle) |
| 56 | } | 56 | } |
| 57 | } | 57 | } |
| 58 | .fontSize($r('app.float.font_size_18')) | 58 | .fontSize($r('app.float.font_size_18')) |
-
Please register or login to post a comment