@@ -262,7 +262,7 @@ namespace GFGGame
ItemCfg cfg = ItemCfgArray.Instance.GetCfg(itemId);
- com.m_loaIcon.url = ResPathUtil.GetCommonGameResPath(cfg.res);
+ com.m_loaIcon.url = ResPathUtil.GetIconPath(cfg);
UI_ComCostCurrency.ProxyEnd();
}
public static void UpdateItemNeedNum(GObject obj, int[] cost, bool checkNum = true, string color = "#716B59")