|
@@ -30,7 +30,6 @@ namespace GFGGame
|
|
|
_ui = UI_LeagueTeaPartyOverUI.Create();
|
|
|
this.viewCom = _ui.target;
|
|
|
isfullScreen = true;
|
|
|
- isReturnView = true;
|
|
|
|
|
|
_ui.m_loaBg.url = ResPathUtil.GetBgImgPath("chahuibg");
|
|
|
_ui.m_btnBack.onClick.Add(OnBtnBackClick);
|
|
@@ -71,7 +70,6 @@ namespace GFGGame
|
|
|
{
|
|
|
base.OnHide();
|
|
|
Timers.inst.Remove(UpdateTime);
|
|
|
-
|
|
|
}
|
|
|
|
|
|
protected override void RemoveEventListener()
|