소스 검색

商城物品加品质类型显示

huangxiaoyue 1 년 전
부모
커밋
e56f95e5c0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/Store/StoreChargeAddUpView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/Store/StoreChargeAddUpView.cs

@@ -170,6 +170,7 @@ namespace GFGGame
             item.target.data = itemCfg;
             item.m_loaIcon.url = ResPathUtil.GetIconPath(itemCfg);
             item.m_QualityType.selectedIndex = itemCfg.rarity - 1;
+            RarityIconController.UpdateRarityIcon(item.m_loaRarity, itemCfg.id, false);
             UI_ComItem.ProxyEnd();
         }