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
yuzhilin
2024-05-29 15:27:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc1a3b027a80c095450ee92bf106f049b8d80121
bc1a3b02
1 parent
292cb366
del log
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/ChannelSubscriptionLayout.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/TopNavigationComponentNew.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/ChannelSubscriptionLayout.ets
View file @
bc1a3b0
...
...
@@ -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)
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/page/TopNavigationComponentNew.ets
View file @
bc1a3b0
...
...
@@ -190,7 +190,6 @@ export struct TopNavigationComponentNew {
myChannelList: $myChannelList,
moreChannelList: $moreChannelList,
localChannelList: $localChannelList,
// channelIds: $channelIds,
changeTab: (index) => {
this.changePage(index)
}
...
...
Please
register
or
login
to post a comment