Commit 1decbabf authored by limingzhe's avatar limingzhe

fix: 去掉log btn

parent 542e567d
...@@ -202,6 +202,9 @@ cc.Class({ ...@@ -202,6 +202,9 @@ cc.Class({
this.initAudio(); this.initAudio();
this.initView(); this.initView();
const node = cc.find('middleLayer/ConsoleNode/BtnOpen');
node.opacity = 0;
// this.initListener(); // this.initListener();
}, },
......
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