Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -139,7 +139,7 @@ export struct ZhSingleRow06 { | @@ -139,7 +139,7 @@ export struct ZhSingleRow06 { | ||
| 139 | .height(16) | 139 | .height(16) |
| 140 | .margin({right: 3}) | 140 | .margin({right: 3}) |
| 141 | 141 | ||
| 142 | - Text('点赞') | 142 | + Text(Number(this.newsStatusOfUser?.likeStatus) == 1 ? '已赞' : '点赞') |
| 143 | .fontSize(15) | 143 | .fontSize(15) |
| 144 | .fontColor(0x999999) | 144 | .fontColor(0x999999) |
| 145 | .onClick(() => { | 145 | .onClick(() => { |
-
Please register or login to post a comment