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
wangliang_wd
2024-10-17 11:22:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
58801c0c37617269b387770291f75aa2debdefc6
58801c0c
1 parent
92ef7c18
feat:优化沉浸式视频频道滑动切换
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
View file @
58801c0
...
...
@@ -365,8 +365,8 @@ export struct VideoChannelPage {
.displayCount(1, true)
.alignSelf(ItemAlign.Start)
.effectMode(EdgeEffect.None)
.onChange((index: number) => {
this.currentTopNavSelectedIndex = index
.onAnimationStart((index: number,targetindex:number) => {
this.currentTopNavSelectedIndex = targetindex
})
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment