Browse Source

修改了首页定位流程

feature/feature-compatible
wangkesi 7 years ago
parent
commit
a3441a15d9
1 changed files with 7 additions and 0 deletions
  1. 7
      src/view/home.vue

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

Loading…
Cancel
Save