From ef834d99cdb927a8533d12a634a7cd8ef5394fbf Mon Sep 17 00:00:00 2001 From: yangduo Date: Thu, 9 Jan 2025 18:09:35 +0800 Subject: [PATCH] fix --- webapp/controller/RechargeController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index d2201ff..d7c770e 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -588,7 +588,7 @@ class RechargeController } if ( $itemconf['type'] == 1 || - $itemconf['type'] == 2 + $itemconf['type'] == 3 ) { $itemarray['cur'] /= 10; $itemarray['target'] /= 10;