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(); }