yyl
2 天以前 973edc44a04dceb8b48a32ca912e6167f86189d4
Main/System/CustomizedGift/CustomizedGiftChooseCell.cs
@@ -26,7 +26,7 @@
                int selectID = selectItemInfo[CustomizedRechargeModel.Instance.chooseWinIndex][itemIndex];
                int itemId = CTGSelectItemConfig.Get(selectID).ItemID;
                int count = CTGSelectItemConfig.Get(selectID).ItemCount;
                var itemData = new ItemCellModel((int)itemId, false, (ulong)count);
                var itemData = new ItemCellModel(itemId, false, count);
                images[i].SetActive(CustomizedRechargeModel.Instance.GetChooseSubIndex(CustomizedRechargeModel.Instance.chooseWinIndex) - 1 == i);
                itemCells[i].SetActive(true);
                itemCells[i].Init(itemData);