This commit is contained in:
王炜翔 2025-01-23 21:43:22 +08:00
parent b8ea7bc750
commit 7f39547f49

View File

@ -301,7 +301,7 @@ namespace asg_form.Controllers
public long cut_value(long value)
{
long _value = value;
value = value - 10;
value = value - 5;
if (value < 0)
{
throw new ArgumentException("你已经没钱啦!");