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

diff --git a/System/Strengthening/GodBeastAttributes.cs b/System/Strengthening/GodBeastAttributes.cs
index 0f4dad8..03b981b 100644
--- a/System/Strengthening/GodBeastAttributes.cs
+++ b/System/Strengthening/GodBeastAttributes.cs
@@ -252,7 +252,7 @@
                 {
                     for (int i = 0; i < itemModel.Count; i++)
                     {
-                        if (itemModel[i].EquipPlace == GodBeastPart)
+                        if (itemModel[i].equipPlace == GodBeastPart)
                         {
                             ItemCellModel ItemModel = new ItemCellModel(itemModel[i].itemId, true, 0, 0);//榛樿鏄剧ず涓嶄笂閿�
                             m_ItemCell.Init(ItemModel);
@@ -260,7 +260,7 @@
                             int type = i;
                             m_ItemCell.cellBtn.AddListener(() =>
                             {
-                                itemTipsModel.SetItemTipsModel(PackType.DogzEquip, itemModel[type].itemInfo.ItemGUID);
+                                itemTipsModel.SetItemTipsModel(PackType.DogzEquip, itemModel[type].guid);
                             });
                         }
                     }
@@ -522,7 +522,7 @@
             {
                 for (int i = 0; i < itemModel.Count; i++)
                 {
-                    if (itemModel[i].EquipPlace == GodBeastPart)
+                    if (itemModel[i].equipPlace == GodBeastPart)
                     {
                         ItemModel = itemModel[i];
                     }

--
Gitblit v1.8.0