From 4fbcdd1af685499a25d00b0d0bd07a77e4943e4b Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 19 二月 2019 23:56:53 +0800
Subject: [PATCH] 3335 物品管理相关功能重构。

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

diff --git a/System/Strengthening/MasterCell.cs b/System/Strengthening/MasterCell.cs
index 22b462c..e84d58f 100644
--- a/System/Strengthening/MasterCell.cs
+++ b/System/Strengthening/MasterCell.cs
@@ -31,7 +31,7 @@
                 itemBaisc.cellBtn.RemoveAllListeners();
                 itemBaisc.cellBtn.AddListener(()=>
                 {
-                    tipsModel.SetItemTipsModel(PackType.Equip,itemModel.itemInfo.ItemGUID);
+                    tipsModel.SetItemTipsModel(PackType.Equip,itemModel.guid);
                 });
             }
         }

--
Gitblit v1.8.0