From 90f6534fce3864c585c8b4bdbeea86c4b9e18142 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Mon, 13 May 2024 10:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=B6=E8=B4=A7=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/user_address/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/users/user_address/index.vue b/pages/users/user_address/index.vue index c8f43ab..6c889d7 100644 --- a/pages/users/user_address/index.vue +++ b/pages/users/user_address/index.vue @@ -311,6 +311,7 @@ ]; that.$set(that, 'userAddress', res.data); that.$set(that, 'region', region); + that.$set(that, 'location', res.data.location); that.city_id = res.data.city_id if (res.data.areas) that.addressInfo = res.data.areas; else { @@ -467,7 +468,7 @@ title: '请填写详细地址' }); if (!value.location) return that.$util.Tips({ - title: '请填写详细地址' + title: '请选择地址' }); value.address_id = that.address_id; value.is_default = that.userAddress.is_default ? 1 : 0;