Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -832,7 +832,7 @@ struct commentFooterView { | @@ -832,7 +832,7 @@ struct commentFooterView { | ||
| 832 | if (this.item.id) { // 审核通过的才显示点赞 | 832 | if (this.item.id) { // 审核通过的才显示点赞 |
| 833 | Row({ space: 6 }) { | 833 | Row({ space: 6 }) { |
| 834 | Text(this.item.likeNum) | 834 | Text(this.item.likeNum) |
| 835 | - .fontColor($r('app.color.color_666666')) | 835 | + .fontColor(this.item.api_status?$r('app.color.color_ED2800') : $r('app.color.color_666666')) |
| 836 | .fontSize(14) | 836 | .fontSize(14) |
| 837 | 837 | ||
| 838 | Image(this.item.api_status ? $r('app.media.comment_like_select') : $r('app.media.comment_like_normal')) | 838 | Image(this.item.api_status ? $r('app.media.comment_like_select') : $r('app.media.comment_like_normal')) |
-
Please register or login to post a comment