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