1
This commit is contained in:
parent
b8ea7bc750
commit
7f39547f49
@ -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("你已经没钱啦!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user