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-10-08 16:44:58 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
9cefea7024e275b100da4aa4e144bde3a8c68a7d
9cefea70
2 parents
65ce187a
9b479df5
Merge remote-tracking branch 'origin/main'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/TopPlayComponet.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/TopPlayComponet.ets
View file @
9cefea7
...
...
@@ -141,9 +141,9 @@ export struct TopPlayComponent {
this.isHideLoading = false
} else {
this.isWait = this.contentDetailData?.liveInfo?.liveState == 'wait'
if (this.isWait) {
this.isHideLoading = true
}
// if (this.isWait) {
// this.isHideLoading = true
// }
}
this.isEnd = this.contentDetailData?.liveInfo?.liveState === 'end' &&
...
...
@@ -269,6 +269,14 @@ export struct TopPlayComponent {
Visibility.None)// .contrast(this.isEnd ? 0.4 : 1)
.blur(this.isEnd ? 20 : 0)
.width('100%')
.onComplete(event=>{
if (event?.loadingStatus == 1) {
this.isHideLoading = true
}
})
.onError(()=>{
this.isHideLoading = true
})
if (this.liveDetailPageLogic.showPad) {
...
...
Please
register
or
login
to post a comment