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
wangyujian_wd
2024-03-20 17:38:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2fd92e3d32321d5dc932df6c1bf18abd6178a39f
2fd92e3d
1 parent
cf29339b
fix:1)底部tab为新闻模块时,展示顶部搜索/人民日报/早晚报栏;
Show 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 @
2fd92e3
...
...
@@ -98,7 +98,7 @@ export struct TopNavigationComponent {
}
.width('100%')
.height(40)
.visibility(this._currentNavIndex
!= 2
? Visibility.Visible : Visibility.None)
.visibility(this._currentNavIndex
== 0
? Visibility.Visible : Visibility.None)
Tabs() {
ForEach(this.topNavList, (navItem: TopNavDTO, index: number) => {
...
...
Please
register
or
login
to post a comment