From 62c9921750c8b16fb2fbeb5f5e9251c921386657 Mon Sep 17 00:00:00 2001 From: sl <2436637291@qq.com> Date: Fri, 19 Aug 2022 16:02:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80=E8=AF=8D=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/checkout/payment.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/default/checkout/payment.blade.php b/themes/default/checkout/payment.blade.php index 5efc7c7c..812846a8 100644 --- a/themes/default/checkout/payment.blade.php +++ b/themes/default/checkout/payment.blade.php @@ -16,16 +16,16 @@
-

订单提交成功,请付款

+

{{ __('shop/checkout.payment.please_pay') }}

- - + + - +
订单编号:{{ $order['number'] }}应付金额:{{ $order['total'] }}{{ __('shop/checkout.payment.order_number') }}:{{ $order['number'] }}{{ __('shop/checkout.payment.amounts_payable') }}:{{ $order['total'] }}
支付方式:{{ $order['payment_method_name'] }}{{ __('shop/checkout.payment.payment_method') }}:{{ $order['payment_method_name'] }}