From a75d59d85a0d99b01140d56ccd1615df2ee9583f Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 27 六月 2019 18:31:18 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Store/StoreWin.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/System/Store/StoreWin.cs b/System/Store/StoreWin.cs
index 9e238a5..f30ec93 100644
--- a/System/Store/StoreWin.cs
+++ b/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);
--
Gitblit v1.8.0