Commit 5d03d42c authored by liujiangnan's avatar liujiangnan

debug

parent 7e85984c
...@@ -75,9 +75,9 @@ cc.Class({ ...@@ -75,9 +75,9 @@ cc.Class({
xhr.send(JSON.stringify(data)); xhr.send(JSON.stringify(data));
}, },
tFlag = null, tFlag,
start() { start() {
this.tFlag = null;
this.node.zIndex = 9999; this.node.zIndex = 9999;
if (!window.air) { if (!window.air) {
window.air = {}; window.air = {};
......
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