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-04-19 17:14:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4e04caea0ce457dba24f7e0a950b628c1466f264
4e04caea
1 parent
1de6a057
feat(人民号):隐藏活动tab
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
26 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/BottomNavigationComponent.ets
sight_harmony/products/phone/src/main/resources/rawfile/bottom_nav.json
sight_harmony/features/wdComponent/src/main/ets/components/page/BottomNavigationComponent.ets
View file @
4e04cae
...
...
@@ -63,7 +63,7 @@ export struct BottomNavigationComponent {
} else {
TopNavigationComponent({
groupId: navItem.id,
topNavList: navItem.topNavChannelList,
topNavList: navItem.topNavChannelList
.filter(item => item.channelId != 2073)
,
_currentNavIndex: this.currentNavIndex,
changeBarBackgroundColor: (color: Color) => {
this.barBackgroundColor = color
...
...
sight_harmony/products/phone/src/main/resources/rawfile/bottom_nav.json
View file @
4e04cae
...
...
@@ -1520,31 +1520,6 @@
"pageId"
:
20069
,
"pageType"
:
""
,
"underlineCColor"
:
""
},
{
"channelId"
:
2073
,
"channelStrategy"
:
2
,
"channelStyle"
:
3
,
"channelType"
:
1
,
"defaultPermitted"
:
0
,
"delPermitted"
:
1
,
"fontCColor"
:
"#FFFFFF"
,
"fontColor"
:
"#F9AB99"
,
"headlinesOn"
:
0
,
"homeChannel"
:
"0"
,
"iconCUrl"
:
""
,
"iconCUrlSize"
:
""
,
"iconUrl"
:
""
,
"iconUrlSize"
:
""
,
"localChannel"
:
"0"
,
"moreChannel"
:
"0"
,
"movePermitted"
:
1
,
"myChannel"
:
"0"
,
"name"
:
"活动"
,
"num"
:
3
,
"pageId"
:
21010
,
"pageType"
:
""
,
"underlineCColor"
:
""
}
],
"topStyle"
:
"12"
,
...
...
Please
register
or
login
to post a comment