From 25853867d17b6fce28d78fe116015a8f462a0481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Tue, 25 May 2021 15:47:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E9=9D=A09=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/ctmobilefirst/libraries/Currency.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/third_party/ctmobilefirst/libraries/Currency.php b/application/third_party/ctmobilefirst/libraries/Currency.php index ee25607a..1885a103 100644 --- a/application/third_party/ctmobilefirst/libraries/Currency.php +++ b/application/third_party/ctmobilefirst/libraries/Currency.php @@ -169,7 +169,8 @@ class Currency { if ($val_len == 1) return 9; - $discount = 16; + //$discount = 16; + $discount =6; $val_pow = pow(10, $val_len - 1); $min_val = $val_pow - 1;