From ab8c3f20ddf0395da7375fd8af860773f8393b3f Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Fri, 26 Aug 2022 17:24:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=89=8D=E5=8F=B0=E8=AE=A2?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/account/order.blade.php | 6 +++--- themes/default/account/order_info.blade.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/default/account/order.blade.php b/themes/default/account/order.blade.php index 8ab597ef..392b350d 100644 --- a/themes/default/account/order.blade.php +++ b/themes/default/account/order.blade.php @@ -23,9 +23,9 @@ {{ __('shop/account.order.order_details') }} - {{ __('shop/account.order.amount') }} - {{ __('shop/account.order.state') }} - {{ __('common.action') }} + {{ __('shop/account.order.amount') }} + {{ __('shop/account.order.state') }} + {{ __('common.action') }} @foreach ($orders as $order) diff --git a/themes/default/account/order_info.blade.php b/themes/default/account/order_info.blade.php index 267eda35..c1423503 100644 --- a/themes/default/account/order_info.blade.php +++ b/themes/default/account/order_info.blade.php @@ -17,7 +17,7 @@
@if ($order->status == 'unpaid') {{ __('shop/account.order.order_info.to_pay') }} - + @endif @if ($order->status == 'shipped')