chenquansheng

fix |> 评论点赞数字颜色根据状态显示

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