This commit is contained in:
yangduo 2025-01-09 18:09:35 +08:00
parent 268bd8ce9b
commit ef834d99cd

View File

@ -588,7 +588,7 @@ class RechargeController
}
if (
$itemconf['type'] == 1 ||
$itemconf['type'] == 2
$itemconf['type'] == 3
) {
$itemarray['cur'] /= 10;
$itemarray['target'] /= 10;