From 7d66154431c3f96318a07cdfe9c91abcef9676ec Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 5 Nov 2019 10:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E5=80=BC=E9=87=91=E9=A2=9D=E6=98=BE?= =?UTF-8?q?=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/UserHController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/UserHController.class.php b/Application/Sdk/Controller/UserHController.class.php index 175c3424..edb2bbc5 100644 --- a/Application/Sdk/Controller/UserHController.class.php +++ b/Application/Sdk/Controller/UserHController.class.php @@ -77,7 +77,7 @@ class UserHController extends BaseController // $this->error('金额不能小于1'); // } $this->assign("account", $u['account']); - $this->assign('money', $money/100); + $this->assign('money', $money); $this->assign('game_id', I('game_id', 0)); $this->display(); }