少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-19 4fbcdd1af685499a25d00b0d0bd07a77e4943e4b
System/MainInterfacePanel/DungeonGuardCheckBehaviour.cs
@@ -1,8 +1,8 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine;
using UnityEngine.UI;
namespace Snxxz.UI
@@ -27,7 +27,7 @@
        {
            if (model.fairyLandItemModel != null)
            {
                ItemLogicUtility.Instance.PutOnItem(ItemOperateType.putOn, model.fairyLandItemModel.itemInfo.ItemGUID);
                ItemLogicUtility.Instance.PutOnItem(ItemOperateType.putOn, model.fairyLandItemModel.guid);
                OnClose();
            }
        }
@@ -40,7 +40,7 @@
            {
                if (_itemModel != null)
                {
                    ModelCenter.Instance.GetModel<ItemTipsModel>().SetItemTipsModel(_itemModel.packType, _itemModel.itemInfo.ItemGUID);
                    ModelCenter.Instance.GetModel<ItemTipsModel>().SetItemTipsModel(_itemModel.packType, _itemModel.guid);
                }
            });
@@ -57,5 +57,5 @@
            gameObject.SetActive(false);
        }
    }
}
}