Main/System/Store/HeroSkinGiftWin.cs
@@ -1,4 +1,4 @@ using System.Collections.Generic; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; @@ -82,7 +82,7 @@ itemCells[i].SetActive(true); int itemID = itemList[i].id; itemCells[i].Init(new ItemCellModel(itemID, true, itemList[i].countEx)); itemCells[i].button.SetListener(() => ItemTipUtility.Show(itemID)); itemCells[i].SetClickListener(() => ItemTipUtility.Show(itemID)); } else {