Browse Source

任务跳转

guodong 2 năm trước cách đây
mục cha
commit
df05717b41
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>();