From 2a241254d505af92f4cde197b0283cd3da20d7c4 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 14 三月 2019 19:45:49 +0800
Subject: [PATCH] 3335 代码维护

---
 System/BlastFurnace/LingDanTips.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/System/BlastFurnace/LingDanTips.cs b/System/BlastFurnace/LingDanTips.cs
index 372b90b..5d6d009 100644
--- a/System/BlastFurnace/LingDanTips.cs
+++ b/System/BlastFurnace/LingDanTips.cs
@@ -342,8 +342,8 @@
                         itemCell.countText.text = UIHelper.AppendColor(TextColType.Red, haveMaterCount.ToString()) + "/" + materialNum;
                     }
                    
-                    itemCell.cellBtn.RemoveAllListeners();
-                    itemCell.cellBtn.AddListener(() => 
+                    itemCell.button.RemoveAllListeners();
+                    itemCell.button.AddListener(() => 
                     {
                         itemPathModel.SetChinItemModel(materialId);
                     });
@@ -507,8 +507,8 @@
                         fullImg.SetActive(false);
                     }
 
-                    itemCell.cellBtn.RemoveAllListeners();
-                    itemCell.cellBtn.AddListener(() =>
+                    itemCell.button.RemoveAllListeners();
+                    itemCell.button.AddListener(() =>
                     {
                         ItemAttrData attrData = new ItemAttrData(itemId);
                         itemTipsModel.SetItemTipsModel(attrData);

--
Gitblit v1.8.0