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
zhenghaiyang
2024-08-23 15:47:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c531cd4fb76bb2efcc0450256bebb771b66341c8
c531cd4f
1 parent
babd1ac5
fix: 视频偶发弹网络提示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerProgressView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerProgressView.ets
View file @
c531cd4
...
...
@@ -76,6 +76,10 @@ export struct PlayerProgressView {
// .markAnchor({ x: 0, y: '100%' })
}
aboutToDisappear(): void {
clearTimeout(this.timer)
}
build() {
Stack() {
this.playerLoadingBuilder()
...
...
Please
register
or
login
to post a comment