Commit 76075ffe authored by 潘栩锋's avatar 潘栩锋 🚴

报警服务注册界面

parent 2dc0c6ce
......@@ -63,7 +63,7 @@ namespace FLY.Thick.Base.UI
{
var skips = WarningNames.Where(w => !w.IsRegistered).Select(w => w.UnityName).ToList();
warningSystemManager.SetSkipWarningName(skips);
FLY.ControlLibrary.Window_Tip.Show("成功", $"{WarningNames.Count() - skips.Count()}个报警服务 需要注册关注");
FLY.ControlLibrary.Window_Tip.ShowShortTime("成功", $"{WarningNames.Count() - skips.Count()}个报警服务 需要注册关注");
}
}
public class WdWarningUnityNamesVmUt : WdWarningUnityNamesVm
......
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