From 70e21f9194ae11a0163eace6facfdb787ef8500f Mon Sep 17 00:00:00 2001 From: sin <2943460818@qq.com> Date: Thu, 11 Apr 2019 21:19:00 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BC=98=E5=8C=96=EF=BC=8C=E5=A6=82?= =?UTF-8?q?=E6=9E=9C=E4=BB=8E=E5=9C=B0=E5=9D=80=E9=87=8C=E9=9D=A2=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=9C=B0=E5=9D=80=E4=BA=86=EF=BC=8C=E5=B0=B1=E4=B8=8D?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile-web/src/page/shipping/order.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile-web/src/page/shipping/order.vue b/mobile-web/src/page/shipping/order.vue index c12ffbe1d..4639b9c30 100644 --- a/mobile-web/src/page/shipping/order.vue +++ b/mobile-web/src/page/shipping/order.vue @@ -183,9 +183,9 @@ created() { // 加载地址 GetDefaultAddress().then((result) => { - if (result) { - this.type = 'add1' - this.addressData = result + if (!this.addressData.name && result) { + this.type = 'add1'; + this.addressData = result; } }) // 处理来源