From 40e9e231a340b73dd8eda2f5782a6b19d5118407 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Wed, 23 Nov 2022 21:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E4=BF=9D=E7=95=99=204=20?= =?UTF-8?q?=E4=BD=8D?= 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 b0615a7..d905b05 100644 --- a/app/Models/Host.php +++ b/app/Models/Host.php @@ -332,7 +332,7 @@ public function cost($amount = null, $auto = true): bool $hosts_balances[$this->id] = $real_price; } - $hosts_balances[$this->id] = round($hosts_balances[$this->id], 8); + $hosts_balances[$this->id] = round($hosts_balances[$this->id], 4); Cache::put($month_cache_key, $hosts_balances, 604800);