Commit d2de2567 authored by wildfirecode's avatar wildfirecode

Merge branch 'dev' of http://gitlab2.dui88.com/wanghongyuan/yyh into dev

parents 6c6c3f91 2fcf4df5
...@@ -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