ソースを参照

雅集进入补充提交

huangxiaoyue 1 年間 前
コミット
986dde4a49

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

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