Commit 7ecc3852 authored by liujiangnan's avatar liujiangnan

debug

parent bc9ae67e
......@@ -651,7 +651,7 @@ export default class NewClass extends middleLayerBase {
async start() {
this.node.zIndex = 9999;
cc.game.addPersistRootNode(this.node);
this.checkVersion();
await this.checkVersion();
cc.find('middleLayer/BtnRight').active = false;
cc.find('middleLayer/BtnLeft').active = false;
......
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