少年修仙传客户端代码仓库
client_Wu Xijin
2019-05-07 f047789b13550b61e0d1edc6677a4e75391ce261
3476 【2.0】商城点击物品icon无响应
4个文件已修改
4 ■■■■ 已修改文件
System/CrossServerOneVsOne/CrossServerOneVsOneHonorShopCell.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Store/BagStoreWin.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Store/StoreWin.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Store/UnionStoreWin.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/CrossServerOneVsOne/CrossServerOneVsOneHonorShopCell.cs
@@ -37,6 +37,7 @@
                redpointBeh.redpointId = redpoint.id;
            }
            ItemCellModel cellModel = new ItemCellModel(itemConfig.ID, false, 0, "",PackType.Deleted,true);
            itemCell.button.enabled = false;
            itemCell.Init(cellModel);
            nameText.text = itemConfig.ItemName;
            nameText.color = UIHelper.GetUIColor(itemConfig.ItemColor, true);
System/Store/BagStoreWin.cs
@@ -136,6 +136,7 @@
                    if (chinModel != null)
                    {
                        ItemCellModel cellModel = new ItemCellModel(chinModel.ID, true, 0);
                        shopItemCell.itemCell.button.enabled = false;
                        shopItemCell.itemCell.Init(cellModel);
                        shopItemCell.itemNameText.text = chinModel.ItemName;
                        shopItemCell.itemNameText.color = UIHelper.GetUIColor(chinModel.ItemColor);
System/Store/StoreWin.cs
@@ -339,6 +339,7 @@
                    if (config != null)
                    {
                        ItemCellModel cellModel = new ItemCellModel(config.ID, true, 0,"", PackType.Deleted, true);
                        shopItemCell.itemCell.button.enabled = false;
                        shopItemCell.itemCell.Init(cellModel);
                        shopItemCell.itemNameText.text = config.ItemName;
                        shopItemCell.coinsIcon.SetIconWithMoneyType(shopInfo.MoneyType);
System/Store/UnionStoreWin.cs
@@ -189,6 +189,7 @@
                    if (chinModel != null)
                    {
                        ItemCellModel cellModel = new ItemCellModel(chinModel.ID,false, 0);
                        shopItemCell.itemCell.enabled = false;
                        shopItemCell.itemCell.Init(cellModel);
                        shopItemCell.itemNameText.text = chinModel.ItemName;
                        shopItemCell.itemNameText.color = UIHelper.GetUIColor(chinModel.ItemColor);