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
yuzhilin
2024-04-09 09:00:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3763420abedfe4b88500c08fc87188e992949438
3763420a
1 parent
543a5de6
人民号顶导切换
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/TopNavigationComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/TopNavigationComponent.ets
View file @
3763420
...
...
@@ -198,7 +198,7 @@ export struct TopNavigationComponent {
.vertical(false)
.onChange((index: number) => {
Logger.info(TAG, `onChange index : ${index}`);
if (!this.isBroadcast(this.
myChannel
List[index])) {
if (!this.isBroadcast(this.
_currentNavIndex === 0 ? this.myChannelList[index] : this.topNav
List[index])) {
this.currentTopNavSelectedIndex = index;
} else {
// 跳转到播报页面
...
...
Please
register
or
login
to post a comment