Browse Source

改焕新错字

zhaoyang 2 years ago
parent
commit
55fef949eb

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/ClothingFoster/ClothingView.cs

@@ -408,7 +408,7 @@ namespace GFGGame
             SuitFosterListCfg cfg = SuitFosterListCfgArray.Instance.GetCfg(_suitId);
             if (data.maintainStep < cfg.renewOpenLv)
             {
-                PromptController.Instance.ShowFloatTextPrompt(string.Format("完成{0}开启新", SuitFosterDataManager.Instance.stepNames[cfg.renewOpenLv - 1]));
+                PromptController.Instance.ShowFloatTextPrompt(string.Format("完成{0}开启新", SuitFosterDataManager.Instance.stepNames[cfg.renewOpenLv - 1]));
                 return;
             }
             int result = await SuitFosterProxy.SendMakeNewSuit(_suitId);