陈剑华

Merge remote-tracking branch 'origin/main'

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