少年修仙传客户端代码仓库
client_linchunjie
2019-03-14 d0d289d502fe85e9bb597ced1b41c73b8bc75889
System/Store/RuneStoreWin.cs
@@ -111,7 +111,7 @@
                    ItemConfig chinModel = ItemConfig.Get(shopInfo.ItemID);
                    if (chinModel != null)
                    {
                        ItemCellModel cellModel = new ItemCellModel(chinModel.ID,false, 0, shopInfo.IsBind);
                        ItemCellModel cellModel = new ItemCellModel(chinModel.ID,false, 0);
                        runeCell.itemCell.Init(cellModel);
                        string runeStr = model.GetRuneAttrStr(shopInfo.ItemID, 1);
                        runeCell.itemNameText.text = runeStr;