From 98f02dd7b41bc9d916a797be1482f615233d5f59 Mon Sep 17 00:00:00 2001 From: pushuo Date: Thu, 5 Jan 2023 15:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E7=99=BB=E5=BD=95=20=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E7=AE=A1=E7=90=86=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/checkout.blade.php | 2 +- themes/default/shared/address-form.blade.php | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/themes/default/checkout.blade.php b/themes/default/checkout.blade.php index b9af5e01..25216474 100644 --- a/themes/default/checkout.blade.php +++ b/themes/default/checkout.blade.php @@ -216,7 +216,7 @@
@if (!current_customer()) -
+
{{ __('shop/login.login_and_sign') }}
diff --git a/themes/default/shared/address-form.blade.php b/themes/default/shared/address-form.blade.php index 1b8cb7a1..96da48bb 100644 --- a/themes/default/shared/address-form.blade.php +++ b/themes/default/shared/address-form.blade.php @@ -49,7 +49,7 @@ - + @@ -126,7 +126,8 @@ source: { countries: @json($countries ?? []), - zones: [] + zones: [], + isLogin: config.isLogin, }, } },