Преглед на файлове

商城物品加品质类型显示

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