huangxiaoyue пре 1 година
родитељ
комит
6e3a4dc78f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/League/LeagueJoinView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/League/LeagueJoinView.cs

@@ -142,7 +142,7 @@ namespace GFGGame
                 bool result = await LeagueSproxy.ReqJoinLeague(leagueId);
                 if (result)
                 {
-                    OnBtnBackClick();
+                    //OnBtnBackClick();
                     ViewManager.Show<LeagueView>(null, new object[] { typeof(MainUIView).FullName, null });
                 }
             }