yuzhilin

del log

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