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/DogzItemCell.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Dogz/DogzItemCell.cs b/System/Dogz/DogzItemCell.cs
index f1c13b0..8a79aed 100644
--- a/System/Dogz/DogzItemCell.cs
+++ b/System/Dogz/DogzItemCell.cs
@@ -54,7 +54,7 @@
             itemBaisc.cellBtn.RemoveAllListeners();
             itemBaisc.cellBtn.AddListener(()=>
             {
-                tipsModel.SetItemTipsModel(model.packType, model.itemInfo.ItemGUID, false, true);
+                tipsModel.SetItemTipsModel(model.packType, model.guid, false, true);
                 tipsModel.SetDogzItemBtn(tipsModel.curAttrData);
                 tipsModel.ShowUICtrl();
             });

--
Gitblit v1.8.0