Commit 546965c3 authored by wildfirecode's avatar wildfirecode

1

parent f65fe0ec
...@@ -118,6 +118,11 @@ export default class MapScene extends Scene { ...@@ -118,6 +118,11 @@ export default class MapScene extends Scene {
localStorage.setItem('nowTimer2Str' + window['CFG'].consumerId, nowTimerStr2); localStorage.setItem('nowTimer2Str' + window['CFG'].consumerId, nowTimerStr2);
} }
const backData = DataManager.ins.getData('hc_getBackReward').data;
if(backData) {
panels.push('back');
}
const {signInfoVO} = DataManager.ins.getData('getSignInfo'); const {signInfoVO} = DataManager.ins.getData('getSignInfo');
if(signInfoVO.continueDay < 7) { //表示明天还可以签到 if(signInfoVO.continueDay < 7) { //表示明天还可以签到
if(signInfoVO.todaySigned == 0 && oldTimerStr != nowTimerStr) { if(signInfoVO.todaySigned == 0 && oldTimerStr != nowTimerStr) {
...@@ -127,8 +132,6 @@ export default class MapScene extends Scene { ...@@ -127,8 +132,6 @@ export default class MapScene extends Scene {
} }
this.updateSign(); this.updateSign();
PanelCtrl.instance.show('back')
if(!readCache() && getHomeData().levels.length <= 0) { //引导 if(!readCache() && getHomeData().levels.length <= 0) { //引导
const guide = new GuideCon(() => { const guide = new GuideCon(() => {
......
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