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
wangliang_wd
2024-10-25 10:54:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
40e4bfd0c56c5647ad2fc47de1c41ac64cee4460
40e4bfd0
1 parent
a00b934d
feat:优化直播详情页标题栏逻辑
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 @
40e4bfd
...
...
@@ -35,7 +35,7 @@ export struct PlayUIComponent {
onChangeMenuVisible() {
if (!this.contentDetailData || !this.contentDetailData.liveInfo ||
this.contentDetailData?.liveInfo?.liveState === 'wait' || (this.contentDetailData?.liveInfo?.liveState === 'end' && this.
contentDetailData?.liveInfo?.replayUri
.length === 0)) {
this.contentDetailData?.liveInfo?.liveState === 'wait' || (this.contentDetailData?.liveInfo?.liveState === 'end' && this.
liveUrl
.length === 0)) {
return
}
clearTimeout(this.time)
...
...
Please
register
or
login
to post a comment