Преглед изворни кода

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

zhaoyang пре 2 година
родитељ
комит
859860be3d
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Data/TaskDataManager.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Data/TaskDataManager.cs

@@ -138,7 +138,8 @@ namespace GFGGame
         {
             switch (jumpId)
             {
-                case "LeagueAnswerView":
+                case nameof(LeagueAnswerView):
+                    
                     if (LeagueDataManager.Instance.Type == 1)
                     {
                         ViewManager.Show<LeagueView>();