Commit 9a99995f authored by liujiangnan's avatar liujiangnan

feat

parent a3116969
...@@ -101,6 +101,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -101,6 +101,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
const tryatry = cc.find('Canvas/bg/ui/tryatry'); const tryatry = cc.find('Canvas/bg/ui/tryatry');
tryatry.active = true; tryatry.active = true;
buttonOnClick(tryatry, () => { buttonOnClick(tryatry, () => {
cc.find('Canvas/bg/ui/btnLaw/check').active = true;
this.login(15500000006, "qwer5678"); this.login(15500000006, "qwer5678");
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment