少年修仙传客户端代码仓库
client_linchunjie
2019-06-27 a75d59d85a0d99b01140d56ccd1615df2ee9583f
System/Store/StoreWin.cs
@@ -345,6 +345,7 @@
                        ItemCellModel cellModel = new ItemCellModel(config.ID, true, 0,"", PackType.Deleted, true);
                        shopItemCell.itemCell.button.enabled = false;
                        shopItemCell.itemCell.Init(cellModel);
                        shopItemCell.itemCell.stateIcon.gameObject.SetActive(false);
                        shopItemCell.itemNameText.text = config.ItemName;
                        shopItemCell.coinsIcon.SetIconWithMoneyType(shopInfo.MoneyType);
                        ulong shopCost = (ulong)(shopInfo.MoneyNumber);