From bd2b81c9df341e163f34f6b066cad629597569b7 Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Mon, 19 Sep 2022 11:30:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9C=B0=E5=9D=80=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E9=A1=B5=E9=9D=A2=E5=9F=8E=E5=B8=82=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E9=97=AE=E9=A2=98=20https://guangdagit.com/b?= =?UTF-8?q?eike/beikeshop/issues/252?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/account/address.blade.php | 1 + themes/default/checkout.blade.php | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/default/account/address.blade.php b/themes/default/account/address.blade.php index 172126da..24ac995c 100644 --- a/themes/default/account/address.blade.php +++ b/themes/default/account/address.blade.php @@ -135,6 +135,7 @@ if (typeof index == 'number') { this.editIndex = index; this.form = JSON.parse(JSON.stringify(this.addresses[index])) + this.countryChange(this.form.country_id); } this.editShow = true diff --git a/themes/default/checkout.blade.php b/themes/default/checkout.blade.php index 9a0770b4..fa4bd4ea 100644 --- a/themes/default/checkout.blade.php +++ b/themes/default/checkout.blade.php @@ -295,6 +295,7 @@ this.$nextTick(() => { this.dialogAddress.form = JSON.parse(JSON.stringify(this.source.addresses[index])) + this.countryChange(this.dialogAddress.form.country_id); }) }