From 2ba15ab156f9d05b1f83ccba20dd433078c81826 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Fri, 19 Aug 2022 15:01:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E7=95=99=E4=BD=8D=E6=95=B0=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E5=90=8E=E5=8F=B0=E8=B4=A7=E5=B8=81=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=20https://guangdagit.com/beike/beikeshop/issues/138?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/account/order.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/account/order.blade.php b/themes/default/account/order.blade.php index 4afa56dd..d2c4de1c 100644 --- a/themes/default/account/order.blade.php +++ b/themes/default/account/order.blade.php @@ -49,7 +49,7 @@ @if ($loop->first) - {{ $order->total }} + {{ currency_format($order->total) }} {{ $order->status }} {{ __('shop/account.order.check') }}