yyl
2026-04-24 97de31e9a015cf139f5293a22e1575a43dfb6733
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;