From f020072bce62b091e3e5ba98cc8c09eeafafb71d Mon Sep 17 00:00:00 2001 From: jianweie code Date: Fri, 29 Dec 2023 19:35:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=AA=E4=BA=BA=E5=9C=B0=E5=9D=80=EF=BC=8C=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E9=80=89=E6=8B=A9=E7=9C=81=E5=B8=82=E5=8E=BF=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E7=9A=84=E4=BD=8D=E7=BD=AE=EF=BC=8C=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=95=86=E5=9F=8E=E8=AE=BE=E7=BD=AE=E7=9A=84?= =?UTF-8?q?=E5=95=86=E5=AE=B6=E5=8C=BA=E5=9F=9F=E4=BD=8D=E7=BD=AE=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CoreShop/pages/member/address/index/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/member/address/index/index.vue b/CoreCms.Net.Uni-App/CoreShop/pages/member/address/index/index.vue index 337c3e93..e8abef4b 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/member/address/index/index.vue +++ b/CoreCms.Net.Uni-App/CoreShop/pages/member/address/index/index.vue @@ -114,7 +114,7 @@ longitude: 0, latitude: 0, region: ['湖南省', '怀化市', '鹤城区'], - areaId: 0, + areaId: this.$store.state.config.reshipAreaId || 0, checked: false, pickerValue: '', submitStatus: false, @@ -192,7 +192,6 @@ if (this.getType == 1) { this.form.address = location.address; } - console.log("location1:", location); } }, @@ -214,7 +213,7 @@ } else { //添加(取消初始化) //this.pickerValue = this.region[0] + " " + this.region[1] + " " + this.region[2]; - //this.init(); + this.init(); } }, computed: {},