少年修仙传客户端代码仓库
client_Hale
2018-09-25 ec901bfd42ee3f46f5b5269e2a838da1ef111455
System/Dungeon/DungeonFightWin.cs
@@ -130,10 +130,10 @@
            MainInterfaceWin.Event_Duplicates -= OnChangeFuncBtnPosEvent;
            model.dungeonCoolDownEvent -= OnLeaveMapTimeEvent;
            try
            {
                var mapId = PlayerDatas.Instance.baseData.MapID;
                var mapConfig = Config.Instance.Get<MapConfig>(mapId);
            try
            {
                if (mapConfig != null && mapConfig.MapFBType != (int)MapType.OpenCountry)
                {
                    throw new NullReferenceException();
@@ -141,10 +141,10 @@
            }
            catch (Exception ex)
            {
                Debug.Log(ex.Message);
                ExceptionCatcher.ReportException("副本战斗界面异常关闭", ex.Message);
                Debug.Log(ex);
                var content = StringUtility.Contact("当前地图:", PlayerDatas.Instance.baseData.MapID, ";堆栈信息:", ex.StackTrace);
                ExceptionCatcher.ReportException("副本战斗界面异常关闭", content);
            }
        }
        protected override void OnAfterClose()