陈剑华

Merge remote-tracking branch 'origin/main'

... ... @@ -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')
... ...