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
yangsunyue_wd
2024-04-22 14:46:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1fe6e51bbaacb518572765190d502828f5a6db48
1fe6e51b
1 parent
e9570f21
desc: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/page/PrivacySettingPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/PrivacySettingPage.ets
View file @
1fe6e51
...
...
@@ -167,7 +167,7 @@ struct getTuiJianCell {
Toggle({ type: ToggleType.Switch, isOn: this.item.permission })
.height('58lpx')
.width('96lpx')
// .selectedColor(Color.Pink
)
.selectedColor('#ED2700'
)
.onChange((isOn: boolean) => {
// this.privacySwitch = isOn;
this.item.editUserDetail(isOn?'1':'0');
...
...
Please
register
or
login
to post a comment