zhaoyang 2 жил өмнө
parent
commit
5f1fc71896

+ 1 - 1
GameClient/Assets/Game/HotUpdate/ServerProxy/ArenaSproxy.cs

@@ -85,7 +85,7 @@ namespace GFGGame
                     roleInfo.headId = RoleDataManager.headId;
 
                     // ArenaDataManager.Instance.Clear();
-                    for (int i = 0; i < response.ThemeList.Count; i++)
+                    for (int i = 0; i < response.DressupList.Count; i++)
                     {
                         FightData roleData = GetFightRoleData(response.DressupList[i], roleInfo, i);
 

+ 4 - 4
GameClient/Assets/Game/HotUpdate/Views/Arena/ArenaView.cs

@@ -179,7 +179,7 @@ namespace GFGGame
         {
             if (_dataManager.IsArenaClearing)
             {
-                PromptController.Instance.ShowFloatTextPrompt("结算中......");
+                PromptController.Instance.ShowFloatTextPrompt("本周结算中......");
                 return;
             }
             if (RoleDataManager.ArenaBuyFightTimes == 0)
@@ -204,7 +204,7 @@ namespace GFGGame
         {
             if (_dataManager.IsArenaClearing)
             {
-                PromptController.Instance.ShowFloatTextPrompt("结算中......");
+                PromptController.Instance.ShowFloatTextPrompt("本周结算中......");
                 return;
             }
             if (RoleDataManager.ArenaFreshTimes <= 0)
@@ -226,7 +226,7 @@ namespace GFGGame
         {
             if (_dataManager.IsArenaClearing)
             {
-                PromptController.Instance.ShowFloatTextPrompt("结算中......");
+                PromptController.Instance.ShowFloatTextPrompt("本周结算中......");
                 return;
             }
             ViewManager.Show<ArenaDressInfoView>(new object[] { FightRoleType.MINE, 0, _dataManager.DressupList, "" }, new object[] { typeof(ArenaView).FullName, this.viewData }, true);
@@ -248,7 +248,7 @@ namespace GFGGame
         {
             if (_dataManager.IsArenaClearing)
             {
-                PromptController.Instance.ShowFloatTextPrompt("结算中......");
+                PromptController.Instance.ShowFloatTextPrompt("本周结算中......");
                 return;
             }
             if (RoleDataManager.ArenaFightTimes <= 0)

BIN
GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes