| System/FriendSystem/MailAllModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/FriendSystem/MailAllModel.cs
@@ -392,6 +392,12 @@ } string[] mailCont = _mailModel.Content.Split(new string[] { "{0}" }, StringSplitOptions.None); if (mailCont != null && mailCont.Length > 0 && _mailParalist.Count != mailCont.Length) { DebugEx.Log("参数数量不一致" + info.Text); } for (int i = 0; i < mailCont.Length; i++) { if (i < mailCont.Length - 1)