yangchenggong1_wd

fix |> 19984 图文稿件详情页,播放稿件中的视频,进度滑块与已播放进度条重叠

... ... @@ -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){
... ...