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