Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -167,7 +167,7 @@ struct getTuiJianCell { | @@ -167,7 +167,7 @@ struct getTuiJianCell { | ||
| 167 | Toggle({ type: ToggleType.Switch, isOn: this.item.permission }) | 167 | Toggle({ type: ToggleType.Switch, isOn: this.item.permission }) |
| 168 | .height('58lpx') | 168 | .height('58lpx') |
| 169 | .width('96lpx') | 169 | .width('96lpx') |
| 170 | - // .selectedColor(Color.Pink) | 170 | + .selectedColor('#ED2700') |
| 171 | .onChange((isOn: boolean) => { | 171 | .onChange((isOn: boolean) => { |
| 172 | // this.privacySwitch = isOn; | 172 | // this.privacySwitch = isOn; |
| 173 | this.item.editUserDetail(isOn?'1':'0'); | 173 | this.item.editUserDetail(isOn?'1':'0'); |
-
Please register or login to post a comment