浏览代码

服装养护提示

zhaoyang 2 年之前
父节点
当前提交
03db602ba1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/ClothingFoster/ClothingFosterView.cs

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

@@ -66,7 +66,7 @@ namespace GFGGame
             int need = cfg.costNum;
             ItemUtil.UpdateItemNeedNum(_ui.m_ComConsume, cfg.costId, cfg.costNum);
             if (_canFoster && has < need) _canFoster = false;
-
+            _ui.m_txtDiscribe.text = string.Format("完成套装{0}", SuitFosterDataManager.Instance.stepNames[_index]);
             _ui.m_listPropertyAdd.numItems = _propertyList.Count;
         }