From 65171bcb4e556e5ff19d3ae3349ea1159126d3ca Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期三, 24 十月 2018 11:26:06 +0800
Subject: [PATCH] 4232 许愿池功能开发

---
 System/OpenServerActivity/PoolItemCell.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/OpenServerActivity/PoolItemCell.cs b/System/OpenServerActivity/PoolItemCell.cs
index 5f10ac1..00545af 100644
--- a/System/OpenServerActivity/PoolItemCell.cs
+++ b/System/OpenServerActivity/PoolItemCell.cs
@@ -28,7 +28,7 @@
             ItemConfig itemConfig = Config.Instance.Get<ItemConfig>(wellItem.itemId);
             nameText.text = itemConfig.ItemName;
             nameText.color = UIHelper.GetUIColor(itemConfig.ItemColor);
-            bestIconObj.SetActive(false);
+            bestIconObj.SetActive(wellItem.isBest == 0 ? false : true);
             ItemCellModel cellModel = new ItemCellModel(wellItem.itemId,false,(ulong)wellItem.itemCount,wellItem.isBind);
             itemBaisc.Init(cellModel);
             itemBaisc.cellBtn.RemoveAllListeners();

--
Gitblit v1.8.0