Main/System/CustomizedGift/CustomizedRechargeModel.cs
@@ -146,7 +146,7 @@ var award = awards[i]; var itemData = new ItemCellModel(award.id, false, award.countEx); itemCells[i].Init(itemData); itemCells[i].button.SetListener(() => itemCells[i].SetClickListener(() => { if (index < goodsCount) ItemTipUtility.Show(award.id); @@ -163,7 +163,7 @@ else { itemCells[i].Init(null); itemCells[i].button.SetListener(() => itemCells[i].SetClickListener(() => { chooseWinIndex = index - goodsCount; chooseCTGID = ctgID;