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/Dogz/DogzEquip.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Dogz/DogzEquip.cs b/System/Dogz/DogzEquip.cs
index 73f70b8..57aeb6a 100644
--- a/System/Dogz/DogzEquip.cs
+++ b/System/Dogz/DogzEquip.cs
@@ -33,7 +33,7 @@
itemBaisc.cellBtn.RemoveAllListeners();
itemBaisc.cellBtn.AddListener(()=>
{
- tipsModel.SetItemTipsModel(model.packType,model.itemInfo.ItemGUID,false,false);
+ tipsModel.SetItemTipsModel(model.packType,model.guid,false,false);
tipsModel.SetDogzEquipBtn(tipsModel.curAttrData);
tipsModel.ShowUICtrl();
});
--
Gitblit v1.8.0