Commit 52cbf040 authored by 李维's avatar 李维

去掉测试代码

parent affe4821
......@@ -34,11 +34,7 @@ cc.Class({
const currentStage = "NJ_YouLeChang";
const nextStage = "NJ_Menu";
const tipsNode = cc.find("tips", this.node);
if(!window.tipsNode) {
window.tipsNode = [];
}
window.tipsNode.push(tipsNode);
let tipsStage = cc.sys.localStorage.getItem('SYS_GUIDE_TIPS');
if(!tipsStage) {
tipsStage = currentStage;
......
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