少年修仙传客户端代码仓库
client_linchunjie
2018-08-14 c6689f941359227f0b99b20b9400ccbab81b671c
System/FriendSystem/MailAllModel.cs
@@ -95,7 +95,7 @@
    public void ReFreshModel(HA9A1_tagGCQueryCompensationResult mailModel)
    {
        DesignDebug.Log("刷新邮件数据" + mailModel.Count);
        DebugEx.Log("刷新邮件数据" + mailModel.Count);
        if(mailModel.Count > 0)
        {
            int preMailCnt = mailModelDict.Count;
@@ -404,7 +404,7 @@
        }
        else
        {
            DesignDebug.Log("不需要解析模板邮件");
            DebugEx.Log("不需要解析模板邮件");
            string[] mailContentArray = info.Text.Split(new string[] { "<$_$>" }, StringSplitOptions.RemoveEmptyEntries);
            if (mailContentArray.Length > 0)
            {
@@ -424,7 +424,7 @@
            }
            else
            {
                DesignDebug.LogError("服务端下发格式不正确");
                DebugEx.LogError("服务端下发格式不正确");
            }
        }