xugenyuan

ref |> 调整评论点赞按钮图标

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
@@ -679,7 +679,7 @@ struct commentFooterView { @@ -679,7 +679,7 @@ struct commentFooterView {
679 .fontColor($r('app.color.color_666666')) 679 .fontColor($r('app.color.color_666666'))
680 .fontSize(14) 680 .fontSize(14)
681 681
682 - Image($r(this.item.api_status ? 'app.media.comment_like_select' : 'app.media.comment_like_normal')) 682 + Image(this.item.api_status ? $r('app.media.comment_like_select') : $r('app.media.comment_like_normal'))
683 .size({ 683 .size({
684 width: 16, 684 width: 16,
685 height: 16 685 height: 16
@@ -381,7 +381,7 @@ struct QualityCommentItem { @@ -381,7 +381,7 @@ struct QualityCommentItem {
381 }) 381 })
382 382
383 Row() { 383 Row() {
384 - Image($r(this.item.api_status ? 'app.media.comment_like_select' : 'app.media.comment_like_normal')) 384 + Image(this.item.api_status ? $r('app.media.comment_like_select') : $r('app.media.comment_like_normal'))
385 .width(16) 385 .width(16)
386 .height(16) 386 .height(16)
387 if (this.item.likeNum && this.item.likeNum != '0') { 387 if (this.item.likeNum && this.item.likeNum != '0') {