Commit 21f3b096 authored by limingzhe's avatar limingzhe

fix: debug

parent 309f8c2e
...@@ -42,7 +42,7 @@ export default class layout_cannon extends cc.Component { ...@@ -42,7 +42,7 @@ export default class layout_cannon extends cc.Component {
onLoad() { onLoad() {
this.arrowAction = false; this.arrowAction = false;
this.rightNum = 0; this.rightNum = 0;
this.initEvent(); // this.initEvent();
} }
private initEvent() { private initEvent() {
......
...@@ -18,7 +18,7 @@ export default class NewClass extends cc.Component { ...@@ -18,7 +18,7 @@ export default class NewClass extends cc.Component {
onLoad() { onLoad() {
this.initView(); this.initView();
this.initEvent(); // this.initEvent();
} }
private initEvent() { private initEvent() {
......
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