Showing
2 changed files
with
1 additions
and
26 deletions
| @@ -63,7 +63,7 @@ export struct BottomNavigationComponent { | @@ -63,7 +63,7 @@ export struct BottomNavigationComponent { | ||
| 63 | } else { | 63 | } else { |
| 64 | TopNavigationComponent({ | 64 | TopNavigationComponent({ |
| 65 | groupId: navItem.id, | 65 | groupId: navItem.id, |
| 66 | - topNavList: navItem.topNavChannelList, | 66 | + topNavList: navItem.topNavChannelList.filter(item => item.channelId != 2073), |
| 67 | _currentNavIndex: this.currentNavIndex, | 67 | _currentNavIndex: this.currentNavIndex, |
| 68 | changeBarBackgroundColor: (color: Color) => { | 68 | changeBarBackgroundColor: (color: Color) => { |
| 69 | this.barBackgroundColor = color | 69 | this.barBackgroundColor = color |
| @@ -1520,31 +1520,6 @@ | @@ -1520,31 +1520,6 @@ | ||
| 1520 | "pageId": 20069, | 1520 | "pageId": 20069, |
| 1521 | "pageType": "", | 1521 | "pageType": "", |
| 1522 | "underlineCColor": "" | 1522 | "underlineCColor": "" |
| 1523 | - }, | ||
| 1524 | - { | ||
| 1525 | - "channelId": 2073, | ||
| 1526 | - "channelStrategy": 2, | ||
| 1527 | - "channelStyle": 3, | ||
| 1528 | - "channelType": 1, | ||
| 1529 | - "defaultPermitted": 0, | ||
| 1530 | - "delPermitted": 1, | ||
| 1531 | - "fontCColor": "#FFFFFF", | ||
| 1532 | - "fontColor": "#F9AB99", | ||
| 1533 | - "headlinesOn": 0, | ||
| 1534 | - "homeChannel": "0", | ||
| 1535 | - "iconCUrl": "", | ||
| 1536 | - "iconCUrlSize": "", | ||
| 1537 | - "iconUrl": "", | ||
| 1538 | - "iconUrlSize": "", | ||
| 1539 | - "localChannel": "0", | ||
| 1540 | - "moreChannel": "0", | ||
| 1541 | - "movePermitted": 1, | ||
| 1542 | - "myChannel": "0", | ||
| 1543 | - "name": "活动", | ||
| 1544 | - "num": 3, | ||
| 1545 | - "pageId": 21010, | ||
| 1546 | - "pageType": "", | ||
| 1547 | - "underlineCColor": "" | ||
| 1548 | } | 1523 | } |
| 1549 | ], | 1524 | ], |
| 1550 | "topStyle": "12", | 1525 | "topStyle": "12", |
-
Please register or login to post a comment