From 8680901d83233a2ececd91e6f5c9bfab89288bae Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Fri, 9 Sep 2022 16:49:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=89=8D=E5=8F=B0=E7=9C=81?= =?UTF-8?q?=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/account/address.blade.php | 2 +- themes/default/checkout.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/account/address.blade.php b/themes/default/account/address.blade.php index cf7db375..172126da 100644 --- a/themes/default/account/address.blade.php +++ b/themes/default/account/address.blade.php @@ -80,7 +80,7 @@ phone: '', country_id: @json((int) system_setting('base.country_id')), zipcode: '', - zone_id: '', + zone_id: @json((int) system_setting('base.zone_id')), city: '', address_1: '', address_2: '', diff --git a/themes/default/checkout.blade.php b/themes/default/checkout.blade.php index f3176bf2..9a0770b4 100644 --- a/themes/default/checkout.blade.php +++ b/themes/default/checkout.blade.php @@ -220,7 +220,7 @@ phone: '', country_id: @json($country_id), zipcode: '', - zone_id: '', + zone_id: @json((int) system_setting('base.zone_id')), city: '', address_1: '', address_2: '',