Commit 72d7b5a0 authored by 李维's avatar 李维

测试

parent df1e9a64
......@@ -1536,7 +1536,7 @@
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": -1,
"premultipliedAlpha": true,
"premultipliedAlpha": false,
"_armatureKey": "d5a618ff-ff75-40b5-a23b-0bb0aa1e0f73#87f49584-9157-43aa-baba-d64fc5078553",
"_accTime": 0,
"_playCount": 0,
......@@ -2284,7 +2284,7 @@
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": -1,
"premultipliedAlpha": true,
"premultipliedAlpha": false,
"_armatureKey": "d5a618ff-ff75-40b5-a23b-0bb0aa1e0f73#87f49584-9157-43aa-baba-d64fc5078553",
"_accTime": 0,
"_playCount": 0,
......
......@@ -34,6 +34,11 @@ 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