Commit 55b56fc8 authored by wildfirecode's avatar wildfirecode

1

parent afe35d5f
......@@ -47,7 +47,7 @@ export default class StartPanel extends Panel {
onTap_startBtn() {
Loading.instace.show();
this.touchChildren = false;
this.touchEnabled=false;
this.touchEnabled = false;
try {
if (window['getRST']) window['getRST']();
} catch (error) {
......@@ -56,8 +56,8 @@ export default class StartPanel extends Panel {
hdGameDoDojoin((success) => {
Loading.instace.hide();
this.touchChildren = false;
this.touchEnabled=false;
this.touchChildren = true;
this.touchEnabled = true;
if (success) {
this.hidePanel();
SceneCtrl.instance.change(ModuleTypes.MAIN_SCENE, { chapter: this._level });
......
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