|
@@ -66,7 +66,9 @@ namespace GFGGame
|
|
|
_ui.m_txtNeed.text = string.Format("改名卡:{0}/{1}", haveNum, needNum);
|
|
|
}
|
|
|
ItemCfg cfg = ItemCfgArray.Instance.GetCfg(GlobalCfgArray.globalCfg.changeNameCostArr[0]);
|
|
|
- _ui.m_loaIcon.url = ResPathUtil.GetCommonGameResPath(cfg.res);
|
|
|
+ //_ui.m_loaIcon.url = ResPathUtil.GetCommonGameResPath(cfg.res);
|
|
|
+ _ui.m_loaIcon.url = ResPathUtil.GetIconPath(cfg.res, "png");
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|