From d0d289d502fe85e9bb597ced1b41c73b8bc75889 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 14 三月 2019 10:41:23 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Store/UnionStoreWin.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Store/UnionStoreWin.cs b/System/Store/UnionStoreWin.cs
index 59e4eab..0dcd124 100644
--- a/System/Store/UnionStoreWin.cs
+++ b/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);
@@ -240,7 +240,7 @@
}
else
{
- shopItemCell.itemCell.countText.text = StringUtility.Contact(UIHelper.AppendStringColor(TextColType.Red, remainNum.ToString()),
+ shopItemCell.itemCell.countText.text = StringUtility.Contact(UIHelper.AppendColor(TextColType.Red, remainNum.ToString()),
"/" + canBuyCnt.ToString());
shopItemCell.sellImage.gameObject.SetActive(true);
shopItemCell.buyBtn.gameObject.SetActive(false);
--
Gitblit v1.8.0