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
陈剑华
2024-06-24 14:25:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
674bf06a92a88f8611359ce5aebf1fa41d8baefb
674bf06a
1 parent
5d9fe9f4
fix: 19146 UI还原问题-【uat】进入直播详情页,直播中状态和距离和android不一致
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
View file @
674bf06
...
...
@@ -223,7 +223,7 @@ export struct PlayUIComponent {
right: 4,
bottom: 1
})
.margin({left: this.contentDetailData?.rmhInfo ? 0 : 34})
//
.margin({left: this.contentDetailData?.rmhInfo ? 0 : 34})
}
//回看
else if (this.contentDetailData.liveInfo?.liveState == 'end') {
...
...
Please
register
or
login
to post a comment