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
yangchenggong1_wd
2024-09-24 16:51:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f7170c58aec9f41b8bf6142bd5fce05e345dbf8e
f7170c58
1 parent
0bf1c609
fix |> 19984 图文稿件详情页,播放稿件中的视频,进度滑块与已播放进度条重叠
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
sight_harmony/commons/wdWebComponent/src/main/ets/pages/WdWebLocalComponent.ets
sight_harmony/commons/wdWebComponent/src/main/ets/pages/WdWebLocalComponent.ets
View file @
f7170c5
...
...
@@ -257,9 +257,9 @@ export struct WdWebLocalComponent {
startProgressTimer() {
this.progressTimerNumber = setTimeout(() => {
animateTo({duration: 1000}, () => {
//
animateTo({duration: 1000}, () => {
this.progressOpacity = 0
})
//
})
}, 3000)
}
cancelProgressTimer() {
...
...
@@ -313,13 +313,13 @@ export struct WdWebLocalComponent {
}
})
.onClick(() => {
animateTo({duration: 1000}, () => {
//
animateTo({duration: 1000}, () => {
if (this.progressOpacity <= 0) {
this.progressOpacity = 1
} else {
this.progressOpacity = 0
}
})
//
})
})
if (this.isEndPlay){
...
...
Please
register
or
login
to post a comment