From a3441a15d99a28403cc98b3f3282f8722f74735f Mon Sep 17 00:00:00 2001 From: wangkesi Date: Mon, 29 Oct 2018 18:46:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/view/home.vue b/src/view/home.vue index 01d33e7..cf9029c 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -365,6 +365,13 @@ export default { }); } else if (data.userAddress.type == 0) { this.getGoodsList(); + } else if (data.userAddress.type == 3) { + this.$vux.alert.show({ + title: "自动定位失败", + onHide: () => { + this.show = true; + } + }); } resolve(); }