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/WashMasterCell.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Strengthening/WashMasterCell.cs b/System/Strengthening/WashMasterCell.cs
index 27b0e51..e9e8668 100644
--- a/System/Strengthening/WashMasterCell.cs
+++ b/System/Strengthening/WashMasterCell.cs
@@ -29,7 +29,7 @@
itemBaisc.cellBtn.RemoveAllListeners();
itemBaisc.cellBtn.AddListener(()=>
{
- tipsModel.SetItemTipsModel(PackType.Equip,itemModel.itemInfo.ItemGUID);
+ tipsModel.SetItemTipsModel(PackType.Equip,itemModel.guid);
});
int curLv = 1;
WashProCount washPro = washModel.GetWashEquipInfo((int)equipPlace);
--
Gitblit v1.8.0