Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wuyanan
2024-08-22 15:24:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7e0200846c0748ba875715827051d04afecf916f
7e020084
1 parent
93c83999
ref |> 调整直播详情点赞数字背景展示样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveLikeComponent.ets
sight_harmony/features/wdComponent/src/main/resources/base/media/live_like_icon_number_bg.png
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveLikeComponent.ets
View file @
7e02008
...
...
@@ -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({
...
...
sight_harmony/features/wdComponent/src/main/resources/base/media/live_like_icon_number_bg.png
0 → 100644
View file @
7e02008
458 Bytes
Please
register
or
login
to post a comment