Explorar o código

服装升级 焕新的 提示文字修改

huangxiaoyue %!s(int64=2) %!d(string=hai) anos
pai
achega
67157197d4

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

@@ -317,7 +317,7 @@ namespace GFGGame
                 _ui.m_comRenewReward.m_loaReward.url = ResPathUtil.GetIconPath(itemCfg);
             }
             _ui.m_txtRenewProperty.text = string.Format("套装所有部件属性+{0}%", renewCfg.addition * 100 / 10000);
-            _ui.m_txtRenewTips.text = string.Format("完成{0}阶段", SuitFosterDataManager.Instance.stepNames[cfg.renewOpenLv - 1]);
+            _ui.m_txtRenewTips.text = string.Format("完成养护-{0}阶段", SuitFosterDataManager.Instance.stepNames[cfg.renewOpenLv - 1]);
             _ui.m_listRenewMaterial.numItems = renewCfg.materialsArr.Length;
 
             long costHas = ItemDataManager.GetItemNum(renewCfg.costId);