System/Store/UnionStoreWin.cs
@@ -188,7 +188,7 @@ ItemConfig chinModel = ItemConfig.Get(m_storeModel.GetReplaceId(shopInfo.ID,shopInfo.ItemID)); if (chinModel != null) { ItemCellModel cellModel = new ItemCellModel(chinModel.ID,false, 0, shopInfo.IsBind); ItemCellModel cellModel = new ItemCellModel(chinModel.ID,false, 0); shopItemCell.itemCell.Init(cellModel); shopItemCell.itemNameText.text = chinModel.ItemName; shopItemCell.itemNameText.color = UIHelper.GetUIColor(chinModel.ItemColor);