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
wangliang_wd
2024-06-20 10:42:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a53d6bcc53847ae47322de7e8defd366fc2046e2
a53d6bcc
1 parent
d80569a9
feat:优化我的收藏
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/MyCollectionListPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/CustomBottomFuctionUI.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/MyCollectionListPage.ets
View file @
a53d6bc
...
...
@@ -108,8 +108,10 @@ struct MyCollectionListPage {
this.allSelectDatas(isAllSelect)
},
confirmCallback:()=>{
if(this.deleteNum > 0){
this.dialogController.open()
}
}
})
}
.backgroundColor(Color.White)
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/CustomBottomFuctionUI.ets
View file @
a53d6bc
...
...
@@ -33,7 +33,7 @@ export struct CustomBottomFuctionUI {
Button('删除'+ (this.deleteNum === 0 ? '':'('+this.deleteNum.toString()+')'))
.type(ButtonType.Normal)
.fontColor(this.deleteNum === 0?$r('app.color.color_
222222
'):$r('app.color.color_ED2800'))
.fontColor(this.deleteNum === 0?$r('app.color.color_
B0B0B0
'):$r('app.color.color_ED2800'))
.backgroundColor(Color.White)
.id("delete_Button")
.alignRules({
...
...
Please
register
or
login
to post a comment