yuzhilin

del log

... ... @@ -58,7 +58,6 @@ struct ChannelSubscriptionLayout {
let item = this.myChannelList.splice(index, 1)[0]
this.channelIds.splice(index, 1)
AppStorage.setOrCreate('channelIds', JSON.stringify(this.channelIds))
console.log('delChannelItem',JSON.stringify(item),AppStorage.get('channelIds'))
if (item.moreChannel === '1') {
this.moreChannelList.unshift(item)
}
... ...
... ... @@ -190,7 +190,6 @@ export struct TopNavigationComponentNew {
myChannelList: $myChannelList,
moreChannelList: $moreChannelList,
localChannelList: $localChannelList,
// channelIds: $channelIds,
changeTab: (index) => {
this.changePage(index)
}
... ...