Commit 3a2e30a0 authored by liujiangnan's avatar liujiangnan

debug

parent 24420b77
...@@ -340,7 +340,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -340,7 +340,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
cc.sys.localStorage.setItem('isDebug', !isDebug); cc.sys.localStorage.setItem('isDebug', !isDebug);
this.middleLayer.showTips(`已切换为 ${isDebug?'正常':'Debug'} 模式`); this.middleLayer.showTips(`已切换为 ${isDebug?'正常':'Debug'} 模式`);
} }
this.middleLayer.showTips(`时间到 ${real["bk_count"]}`); // this.middleLayer.showTips(`时间到 ${real["bk_count"]}`);
real.attr({bk_count: null}); real.attr({bk_count: null});
}, 2000); }, 2000);
} else if (bk_count>10){ } else if (bk_count>10){
......
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