少年修仙传客户端代码仓库
client_linchunjie
2018-08-14 c6689f941359227f0b99b20b9400ccbab81b671c
System/MainInterfacePanel/PlayerTaskDatas.cs
@@ -264,7 +264,7 @@
        }
        catch (Exception ex)
        {
            DesignDebug.Log(ex);
            DebugEx.Log(ex);
        }
    }
@@ -372,7 +372,7 @@
        var config = ConfigManager.Instance.GetTemplate<PyTaskConfig>(MissionID);
        if (config == null)
        {
            DesignDebug.LogError(MissionID + "表格中不存在此任务ID");
            DebugEx.LogError(MissionID + "表格中不存在此任务ID");
            return;
        }
@@ -1171,7 +1171,7 @@
        }
        catch (Exception ex)
        {
            DesignDebug.Log(ex);
            DebugEx.Log(ex);
        }
    }
@@ -1300,7 +1300,7 @@
        }
        catch (Exception ex)
        {
            DesignDebug.Log(ex);
            DebugEx.Log(ex);
        }
    }