guodong 2 سال پیش
والد
کامیت
df05717b41
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>();