浏览代码

联盟徽章

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

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/League/LeagueCreatView.cs

@@ -101,7 +101,7 @@ namespace GFGGame
         private void RenderListItem(int index, GObject obj)
         {
             UI_ListIconItem item = UI_ListIconItem.Proxy(obj);
-            // item.m_loaIcon.url = ResPathUtil.GetLeagueIconPath(GlobalCfgArray.globalCfg.badgeResArr[index]);
+            item.m_loaIcon.url = ResPathUtil.GetLeagueIconPath(GlobalCfgArray.globalCfg.badgeResArr[index]);
             UI_ListIconItem.ProxyEnd();
         }
     }