From cb2ce40f999b7e10d0303a0d5330110ca639df28 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Fri, 24 Feb 2023 11:56:04 +0000 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E6=89=A3=E8=B4=B9?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Host.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Host.php b/app/Models/Host.php index eb54bbe..5f2735e 100644 --- a/app/Models/Host.php +++ b/app/Models/Host.php @@ -212,7 +212,7 @@ public function cost( 'module_id' => $this->module_id, ]; - $left = $user->reduce($real_price, $description, false, $data); + $left = $user->reduce($real_price, $description, false, $data)->user_remain; $this->addLog($real_price);