Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -106,7 +106,7 @@ export struct TopNavigationComponent { | @@ -106,7 +106,7 @@ export struct TopNavigationComponent { | ||
| 106 | } | 106 | } |
| 107 | 107 | ||
| 108 | //频道分类 | 108 | //频道分类 |
| 109 | - if (item.myChannel === '1') { | 109 | + if (item.myChannel === '1' && item.name !== '播报') { |
| 110 | _myChannelList.push(item) | 110 | _myChannelList.push(item) |
| 111 | _channelIds.push(item.channelId) | 111 | _channelIds.push(item.channelId) |
| 112 | } else if (item.moreChannel === '1') { | 112 | } else if (item.moreChannel === '1') { |
-
Please register or login to post a comment