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-07-26 15:47:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e7200e550b6d202cdd71c00ec7e6cfda2a7b69e7
e7200e55
1 parent
c04eff33
fix |> 修复竖屏直播结束页人民号头像显示不正确问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerEndView.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerEndView.ets
View file @
e7200e5
...
...
@@ -137,7 +137,7 @@ export struct PlayerEndView {
.backgroundColor('#999999')
.borderRadius(4)
Image(this.contentDetailData
?.fullColumnImgUrls[0]?.u
rl)
Image(this.contentDetailData
.rmhInfo?.rmhHeadU
rl)
.width(80)
.height(80)
.borderRadius(40)
...
...
Please
register
or
login
to post a comment