refactor: use GlobalAppContext to replace App.getApp()

add: Canvas
This commit is contained in:
hyb1996
2018-03-23 14:45:48 +08:00
parent d098c77827
commit a009eb02b0
33 changed files with 666 additions and 117 deletions

View File

@@ -17,7 +17,7 @@ ui.layout(
</vertical>
);
id.cb1.on("check", (checked)=>{
ui.cb1.on("check", (checked)=>{
if(checked){
toast("第一个框被勾选了");
}else{