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;