From 1edce65c796ea6aad15dd20fa73e3002100ab873 Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Tue, 13 Sep 2022 09:27:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=20ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/account/account.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/default/account/account.blade.php b/themes/default/account/account.blade.php index 67627c84..4b47625c 100644 --- a/themes/default/account/account.blade.php +++ b/themes/default/account/account.blade.php @@ -66,13 +66,13 @@ @foreach ($latest_orders as $order) - -
+ +
-
{{ __('shop/account.order_number') }}:{{ $order->number }} {{ __('shop/account.all') }} {{ count($order->orderProducts) }} {{ __('shop/account.items') }}
+
{{ __('shop/account.order_number') }}:{{ $order->number }} {{ __('shop/account.all') }} {{ count($order->orderProducts) }} {{ __('shop/account.items') }}
{{ __('shop/account.order_time') }}:{{ $order->created_at }}