Browse Source

注释定位弹框

feature/3.1.0-小区合伙人
lfs3 6 years ago
parent
commit
2291758360
1 changed files with 14 additions and 14 deletions
  1. 28
      src/view/home.vue

28
src/view/home.vue

@ -475,20 +475,20 @@ export default {
localStorage.setItem("longitude", location.creditLongitude);
_this.lat = location.creditLatitude;
_this.lng = location.creditLongitude;
alert(
"省-" +
location.creditProvince +
";市-" +
location.creditCity +
";区-" +
location.creditArea +
";街道-" +
location.creditStreet +
";lat-" +
location.creditLatitude +
";lng-" +
location.creditLongitude
);
// alert(
// "-" +
// location.creditProvince +
// ";-" +
// location.creditCity +
// ";-" +
// location.creditArea +
// ";-" +
// location.creditStreet +
// ";lat-" +
// location.creditLatitude +
// ";lng-" +
// location.creditLongitude
// );
_this.getId();
_this.getAddressInfo();
}

Loading…
Cancel
Save