|
@@ -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);
|