Browse Source

联盟徽章

zhaoyang 2 years ago
parent
commit
d6d3b59527
1 changed files with 1 additions and 1 deletions
  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();
         }
     }