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-09-12 17:25:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a8dd816d759fb394799161bc929a7965dfa79259
a8dd816d
1 parent
0fdd9e35
fix: 沉浸式视频进度条左右边距修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerProgressView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerTitleView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerProgressView.ets
View file @
a8dd816
...
...
@@ -130,11 +130,12 @@ export struct PlayerProgressView {
this.isDragging = false
}
this.playerController?.setSeekTime(value, mode);
console.log('slider onChange:', value, mode)
//
console.log('slider onChange:', value, mode)
})
}
.width('100%')
.padding({ left: 6, right: 6 })
.height(24)
.justifyContent(FlexAlign.Center)
...
...
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerTitleView.ets
View file @
a8dd816
...
...
@@ -94,7 +94,7 @@ export struct PlayerTitleView {
}
clipStr += strArr[i]
}
console.log(TAG, 'clipStr:', clipStr)
//
console.log(TAG, 'clipStr:', clipStr)
return clipStr
}
...
...
@@ -130,7 +130,7 @@ export struct PlayerTitleView {
}
clipStr += strArr[i]
}
console.log(TAG, 'clipTitleText clipStr:', clipStr)
//
console.log(TAG, 'clipTitleText clipStr:', clipStr)
return clipStr
}
...
...
@@ -145,8 +145,8 @@ export struct PlayerTitleView {
})
this.titleHeight = info?.height as number || 0
console.log('titleHeight:', this.titleHeight,)
console.log(TAG, 'this.contentDetailData:', JSON.stringify(this.contentDetailData))
// console.log('titleHeight:', this.titleHeight,)
// console.log(TAG, 'this.contentDetailData:', JSON.stringify(this.contentDetailData))
this.summary = this.getSummary()
}
...
...
Please
register
or
login
to post a comment