From 26282f4b46ff09d26a4fb6b6e5bd039def3bf409 Mon Sep 17 00:00:00 2001 From: wangkesi Date: Mon, 29 Oct 2018 18:48:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9A=E4=BD=8D=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/home.vue b/src/view/home.vue index cf9029c..1b8cd0c 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -326,7 +326,7 @@ export default { this.merchantNo = data.userAddress.merchantNo; if ( data.userAddress.type != 1 && - data.userAddress.type != 3 + data.userAddress.type != -1 ) { this.addressValue = [ this.provinceId + @@ -365,7 +365,7 @@ export default { }); } else if (data.userAddress.type == 0) { this.getGoodsList(); - } else if (data.userAddress.type == 3) { + } else if (data.userAddress.type == -1) { this.$vux.alert.show({ title: "自动定位失败", onHide: () => {