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
shishuangxi
2024-04-23 19:37:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5b144e1b0bfe3542dd8c1bcea1b78683550ed030
5b144e1b
1 parent
9f73743f
修改bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/setting/MineSettingComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/setting/MineSettingComponent.ets
View file @
5b144e1
...
...
@@ -203,7 +203,7 @@ export struct MineSettingComponent {
Toggle({ type: ToggleType.Switch, isOn: item.switchState })
.height('50lpx')
.margin({ left: '81lpx', right: '29lpx' })
.selectedColor(
Color.Pink
)
.selectedColor(
"#ED2800"
)
.onChange((isOn: boolean) => {
if(item.itemType=='push_switch'){
//推送
...
...
Please
register
or
login
to post a comment