wuyanan

ref |> 调整直播详情点赞数字背景展示样式

... ... @@ -122,7 +122,8 @@ export struct LiveLikeComponent {
if (this.likeCount != 0) {
RelativeContainer() {
Image(this.styleType == 1 ? $r('app.media.comment_icon_number_bg') : $r('app.media.ic_like_back_Select'))
///2是直播,直播的单独一种样式,
Image( this.contentDetailData.newsType == 2 ? $r('app.media.live_like_icon_number_bg') : (this.styleType == 1 ? $r('app.media.comment_icon_number_bg') : $r('app.media.ic_like_back_Select')))
.objectFit(ImageFit.Fill)
.height(10)
.resizable({
... ...