소스 검색

联盟徽章

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();
         }
     }