|
@@ -77,6 +77,7 @@ namespace GFGGame
|
|
|
{
|
|
|
ItemCfg headCfg = ItemCfgArray.Instance.GetCfg(lastNO1.headId == 0 ? ConstItemID.HEADID : lastNO1.headId);
|
|
|
_ui.m_comHead.m_loaIcon.url = ResPathUtil.GetHeadPath(headCfg.res);
|
|
|
+ _ui.m_comHead.target.visible = true;
|
|
|
}
|
|
|
_ui.m_txtName.text = lastNO1 == null ? "虚位以待" : lastNO1.roleName;
|
|
|
_ui.m_txtRule.text = TextDescCfgArray.Instance.GetCfg(300008).text;
|