yangchenggong1_wd

fix |> 消息偶现闪退,增加非空判断

... ... @@ -103,7 +103,7 @@ struct InteractMessagePage {
Row(){
Text('共获')
.fontSize(18).height(40).align(Alignment.Bottom)
Text(this.likeNum.toString())
Text(this.likeNum?.toString())
.fontSize(40)
.fontColor(Color.Red)
.fontFamily('BebasNeue')
... ...