add switch bridge

This commit is contained in:
王劲鹏
2021-05-27 18:18:30 +08:00
committed by osborn
parent b6033d6eb6
commit 19cc85cf1c
7 changed files with 52 additions and 1 deletions

View File

@@ -28,5 +28,6 @@ Switch {
} else {
this.indicator.children[0].color = offTintColor
}
switchBridge.onSwitch(wrapper, checked)
}
}