少年修仙传客户端代码仓库
client_linchunjie
2018-11-27 34793ec2d2ec7ec0c5253e3e3d40c431443c06b9
3335 活动通知界面添加记录提交
2个文件已修改
16 ■■■■■ 已修改文件
System/Activity/ActivityNotifyBehaviour.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Activity/ActivityNotifyWin.cs 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Activity/ActivityNotifyBehaviour.cs
@@ -181,7 +181,10 @@
        private void OnClose()
        {
            m_NotifyWin.Release(m_NotifyType);
            if (m_NotifyWin != null)
            {
                m_NotifyWin.Release(m_NotifyType);
            }
        }
    }
}
System/Activity/ActivityNotifyWin.cs
@@ -46,6 +46,17 @@
            {
                RequestNotify(model.activityNotifies[0]);
            }
            else
            {
                try
                {
                    throw new Exception();
                }
                catch (Exception e)
                {
                    ExceptionCatcher.ReportException("活动通知错误", e.StackTrace);
                }
            }
        }
        protected override void OnAfterOpen()