Commit 5308a020 authored by limingzhe's avatar limingzhe

fix: debug

parent d50d675a
......@@ -15,7 +15,11 @@ export default class NewClass extends cc.Component {
// onLoad () {}
start () {
this.initZorder();
}
initZorder() {
this.node.zIndex = 100;
}
handleClickBack() {
......
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