Commit 840220fb authored by 李维's avatar 李维

添加日志

parent 06fa9905
......@@ -40,6 +40,8 @@ cc.Class({
cc.sys.localStorage.setItem('SYS_GUIDE_TIPS', tipsStage);
}
if(tipsStage == currentStage) {
console.log("显示提示指引 ", currentStage)
console.log(tipsNode)
tipsNode.active = true;
}
cc.sys.localStorage.setItem('SYS_GUIDE_TIPS', nextStage);
......
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