Browse Source

去掉获取地址多余参数

feature/3.2.1-客服地址选择小区
lfs3 6 years ago
parent
commit
9476089903
2 changed files with 0 additions and 2 deletions
  1. 1
      src/view/choose-community.vue
  2. 1
      src/view/home.vue

1
src/view/choose-community.vue

@ -378,7 +378,6 @@ export default {
return new Promise((resolve, reject) => {
chooseCommunityApi
.getAddressInfo({
cityId: this.cityId ? this.cityId : "",
estateId: this.estateId ? this.estateId : "",
lat: this.lat,
lng: this.lng

1
src/view/home.vue

@ -314,7 +314,6 @@ export default {
return new Promise((resolve, reject) => {
chooseCommunityApi
.getAddressInfo({
cityId: this.cityId ? this.cityId : "",
estateId: this.estateId ? this.estateId : "",
lat: this.lat,
lng: this.lng

Loading…
Cancel
Save