瀏覽代碼

雅集进入卡住问题

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 });
                 }
             }