Commit 200773b2 authored by 潘栩锋's avatar 潘栩锋 🚴

修改 目标值的异常值改为5

parent c1c71dd3
...@@ -366,9 +366,9 @@ namespace FLY.Thick.FilmCasting.UI ...@@ -366,9 +366,9 @@ namespace FLY.Thick.FilmCasting.UI
return; return;
} }
if (Param.Target < 10) if (Param.Target < 5)
{ {
FLY.ControlLibrary.Window_WarningTip.Show("参数出错", $"目标值 < 10, 异常!"); FLY.ControlLibrary.Window_WarningTip.Show("参数出错", $"目标值 < 5, 异常!");
return; return;
} }
......
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