Commit bec34925 authored by liujiangnan's avatar liujiangnan
parents 04e0f8c7 52cbf040
......@@ -25,6 +25,10 @@ export default class SceneComponent extends MyCocosSceneComponent {
if (this.engineType == 'aixuebao') {
cc.find(`Canvas/userInfo/frame/BtnLogout/text`).getComponent(cc.Label).string = "退出APP";
}
} else {
// 纸屏互动版本
cc.find(`Canvas/bg_ground/bg_grass`).active = true;
cc.find(`Canvas/bg_ground/bg_grass_lite`).active = false;
}
await this.initData();
await this.initView();
......
......@@ -33,7 +33,8 @@ cc.Class({
start () {
const currentStage = "NJ_YouLeChang";
const nextStage = "NJ_Menu";
const tipsNode = cc.find("tips", this.node)
const tipsNode = cc.find("tips", this.node);
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