From 7f39547f490b601a959ac7adee86b5bc03c4854a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=82=9C=E7=BF=94?= <2307953404@qq.com> Date: Thu, 23 Jan 2025 21:43:22 +0800 Subject: [PATCH] 1 --- asg_form/Controllers/Com.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asg_form/Controllers/Com.cs b/asg_form/Controllers/Com.cs index 60cf32c..228c0f0 100644 --- a/asg_form/Controllers/Com.cs +++ b/asg_form/Controllers/Com.cs @@ -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("你已经没钱啦!");