Browse Source

修改定位失败

feature/feature-compatible
wangkesi 7 years ago
parent
commit
26282f4b46
1 changed files with 2 additions and 2 deletions
  1. 4
      src/view/home.vue

4
src/view/home.vue

@ -326,7 +326,7 @@ export default {
this.merchantNo = data.userAddress.merchantNo; this.merchantNo = data.userAddress.merchantNo;
if ( if (
data.userAddress.type != 1 && data.userAddress.type != 1 &&
data.userAddress.type != 3
data.userAddress.type != -1
) { ) {
this.addressValue = [ this.addressValue = [
this.provinceId + this.provinceId +
@ -365,7 +365,7 @@ export default {
}); });
} else if (data.userAddress.type == 0) { } else if (data.userAddress.type == 0) {
this.getGoodsList(); this.getGoodsList();
} else if (data.userAddress.type == 3) {
} else if (data.userAddress.type == -1) {
this.$vux.alert.show({ this.$vux.alert.show({
title: "自动定位失败", title: "自动定位失败",
onHide: () => { onHide: () => {

Loading…
Cancel
Save