Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -103,7 +103,7 @@ struct InteractMessagePage { | @@ -103,7 +103,7 @@ struct InteractMessagePage { | ||
| 103 | Row(){ | 103 | Row(){ |
| 104 | Text('共获') | 104 | Text('共获') |
| 105 | .fontSize(18).height(40).align(Alignment.Bottom) | 105 | .fontSize(18).height(40).align(Alignment.Bottom) |
| 106 | - Text(this.likeNum.toString()) | 106 | + Text(this.likeNum?.toString()) |
| 107 | .fontSize(40) | 107 | .fontSize(40) |
| 108 | .fontColor(Color.Red) | 108 | .fontColor(Color.Red) |
| 109 | .fontFamily('BebasNeue') | 109 | .fontFamily('BebasNeue') |
-
Please register or login to post a comment