少年修仙传客户端代码仓库
client_Zxw
2018-11-13 04f2d6989fbf40473d233490c224083a95f2efdc
System/KnapSack/Logic/GuardOverdueWin.cs
@@ -81,6 +81,7 @@
        protected override void OnPreClose()
        {
            itemOverdue.ReportConfirmUseItem(guid);
            guid = string.Empty;
        }
@@ -92,6 +93,7 @@
        private void InitUI()
        {
            itemOverduelist = null;
            DebugEx.LogFormat("itemOverdue.currentShowItem.guid is null?", itemOverdue.currentShowItem.guid == null);
            guid = string.IsNullOrEmpty(guid) || guid == "" ? itemOverdue.currentShowItem.guid : guid;
            itemModel = playerPack.GetItemModelByGUID(guid);
            if (itemModel == null) return;