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-06-11 19:45:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2a10b7afb9b087794edc5fe99f35b3e58cbd0b0e
2a10b7af
1 parent
0b942991
功能缺陷-【uat】进入视频直播,点击暂停进度条未显示
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/pages/DetailPlayShortVideoPage.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerProgressView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/pages/DetailPlayShortVideoPage.ets
View file @
2a10b7a
...
...
@@ -290,6 +290,7 @@ export struct DetailPlayShortVideoPage {
.onClick(() => {
this.playerController?.switchPlayOrPause();
this.playerController.onStatusChange = (status: number) => {
this.status = status
if (status === PlayerConstants.STATUS_PAUSE) {
this.isPlay = false
} else if(status === PlayerConstants.STATUS_START) {
...
...
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerProgressView.ets
View file @
2a10b7a
...
...
@@ -17,9 +17,6 @@ export struct PlayerProgressView {
@Consume onlyWifiLoadVideo: boolean
aboutToAppear() {
if (this.playerController) {
this.playerController.onStatusChange = (status: number) => {
this.status = status
}
this.playerController.onSeekDone = (status: number) => {
this.playerController?.play()
}
...
...
Please
register
or
login
to post a comment