shishuangxi

修改bug

@@ -203,7 +203,7 @@ export struct MineSettingComponent { @@ -203,7 +203,7 @@ export struct MineSettingComponent {
203 Toggle({ type: ToggleType.Switch, isOn: item.switchState }) 203 Toggle({ type: ToggleType.Switch, isOn: item.switchState })
204 .height('50lpx') 204 .height('50lpx')
205 .margin({ left: '81lpx', right: '29lpx' }) 205 .margin({ left: '81lpx', right: '29lpx' })
206 - .selectedColor(Color.Pink) 206 + .selectedColor("#ED2800")
207 .onChange((isOn: boolean) => { 207 .onChange((isOn: boolean) => {
208 if(item.itemType=='push_switch'){ 208 if(item.itemType=='push_switch'){
209 //推送 209 //推送