From f11a7aae6f821913aa4bc415961db4cb18f3e3b6 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期一, 20 八月 2018 21:27:32 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Dogz/DogzItemCell.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/System/Dogz/DogzItemCell.cs b/System/Dogz/DogzItemCell.cs
index a85f664..3e83f36 100644
--- a/System/Dogz/DogzItemCell.cs
+++ b/System/Dogz/DogzItemCell.cs
@@ -46,9 +46,9 @@
             itemBaisc.cellBtn.RemoveAllListeners();
             itemBaisc.cellBtn.AddListener(()=>
             {
-                ItemAttrData attrData = new ItemAttrData(model.itemId, false, (ulong)model.itemInfo.ItemCount, model.itemInfo.ItemPlace,
-                  model.itemInfo.IsBind, false, PackType.rptDogzItem, model.itemInfo.ItemGUID);
-                tipsModel.SetItemTipsModel(attrData);
+                tipsModel.SetItemTipsModel(model.packType, model.itemInfo.ItemGUID, false, false);
+                tipsModel.SetDogzItemBtn(tipsModel.curAttrData);
+                tipsModel.ShowUICtrl();
             });
         }
     }

--
Gitblit v1.8.0