|
@@ -29,7 +29,7 @@ namespace GFGGame
|
|
_ui = UI_LeagueJoinUI.Create();
|
|
_ui = UI_LeagueJoinUI.Create();
|
|
this.viewCom = _ui.target;
|
|
this.viewCom = _ui.target;
|
|
isfullScreen = true;
|
|
isfullScreen = true;
|
|
- isReturnView = true;
|
|
|
|
|
|
+ //isReturnView = true;
|
|
|
|
|
|
_ui.m_loaBg.url = ResPathUtil.GetBgImgPath("lm_beijing");
|
|
_ui.m_loaBg.url = ResPathUtil.GetBgImgPath("lm_beijing");
|
|
|
|
|
|
@@ -142,8 +142,8 @@ namespace GFGGame
|
|
bool result = await LeagueSproxy.ReqJoinLeague(leagueId);
|
|
bool result = await LeagueSproxy.ReqJoinLeague(leagueId);
|
|
if (result)
|
|
if (result)
|
|
{
|
|
{
|
|
- //OnBtnBackClick();
|
|
|
|
ViewManager.Show<LeagueView>(null, new object[] { typeof(MainUIView).FullName, null });
|
|
ViewManager.Show<LeagueView>(null, new object[] { typeof(MainUIView).FullName, null });
|
|
|
|
+ OnBtnBackClick();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|