| | |
| | |
|
| | | public void ReFreshModel(HA9A1_tagGCQueryCompensationResult mailModel)
|
| | | {
|
| | | DesignDebug.Log("刷新邮件数据" + mailModel.Count);
|
| | | DebugEx.Log("刷新邮件数据" + mailModel.Count);
|
| | | if(mailModel.Count > 0)
|
| | | {
|
| | | int preMailCnt = mailModelDict.Count;
|
| | |
| | | }
|
| | | else
|
| | | {
|
| | | DesignDebug.Log("不需要解析模板邮件");
|
| | | DebugEx.Log("不需要解析模板邮件");
|
| | | string[] mailContentArray = info.Text.Split(new string[] { "<$_$>" }, StringSplitOptions.RemoveEmptyEntries);
|
| | | if (mailContentArray.Length > 0)
|
| | | {
|
| | |
| | | }
|
| | | else
|
| | | {
|
| | | DesignDebug.LogError("服务端下发格式不正确");
|
| | | DebugEx.LogError("服务端下发格式不正确");
|
| | | }
|
| | |
|
| | | }
|