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
王士厅
2024-08-22 09:24:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b1a871d1cc555d428f0074ed4c3a37968667f92f
b1a871d1
1 parent
9061c0c0
fix: 兴趣卡取消关闭会提示已为您调整推荐内容
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleColumn09.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleColumn09.ets
View file @
b1a871d
...
...
@@ -207,7 +207,6 @@ export struct ZhSingleColumn09 {
.height(9)
.onClick(() => {
this.trackClick('close_interest_card_click')
ToastUtils.shortToast('已为您调整推荐内容')
this.pageModel.compList.deleteItem(this.compIndex)
this.selfClosed = true;
})
...
...
Please
register
or
login
to post a comment