Commit 91269545 authored by 潘栩锋's avatar 潘栩锋 🚴

删除没用报警内容翻译

parent ed988fe8
......@@ -99,16 +99,6 @@ namespace FLY.Thick.Base.UI.OnInit
int errcode = rs.First().ErrCode;
string description = rs.First().Description;
ResourceDictionary rd_errnos = (ResourceDictionary)Application.Current.TryFindResource("dict.StringResource.ERRNO");
if (rd_errnos != null && !string.IsNullOrEmpty(description))
{
string resourceName = $"str.ERRNO.{description}";
if (rd_errnos.Contains(resourceName))
{
description = (string)rd_errnos[resourceName];
}
}
string path = paramDictionary.GetValue<string>(ParamDistItemKeys.WarningTipPath);
string msg = description;
//报警!!!!!!!!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment