hexiaojie 7 months ago
parent
commit
a88b1aa061
1 changed files with 5 additions and 5 deletions
  1. 5 5
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

+ 5 - 5
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -1633,11 +1633,11 @@ namespace GFGGame
                 return;
             }
             
-            // if (LauncherConfig.platformId == 1 && LauncherConfig.ChannelId == (int)ChannelID.DouYou)
-            // {
-            //     ViewManager.Show<QieHuanView>();
-            //     return; 
-            // }
+            if (LauncherConfig.platformId == 1 && LauncherConfig.ChannelId == (int)ChannelID.DouYou)
+            {
+                ViewManager.Show<QieHuanView>();
+                return; 
+            }
 #endif
             
             if (!GameGlobal.AfterDataInited) return;