Commit 2fcf4df5 authored by wangzhujun's avatar wangzhujun

1232

parent 65bd099a
...@@ -106,6 +106,8 @@ export default class StartScene extends Scene { ...@@ -106,6 +106,8 @@ export default class StartScene extends Scene {
this.height = this.stage.stageHeight; this.height = this.stage.stageHeight;
}, this); }, this);
if(GameConst.getQueryString("joinTeamCode")){ if(GameConst.getQueryString("joinTeamCode")){
GCache.writeCache("isGuide",true);
GCache.writeCache("isGuide2",true);
PanelCtrl.instance.show(ModuleTypes.ConfirmPanel); PanelCtrl.instance.show(ModuleTypes.ConfirmPanel);
} }
this.peolab.text = "总共有"+data.activityJoinNum+"人参与活动"; this.peolab.text = "总共有"+data.activityJoinNum+"人参与活动";
......
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