|
@ -348,7 +348,7 @@ export default { |
|
|
geocoder |
|
|
geocoder |
|
|
.getAddress({ location: new TMap.LatLng(lat, lng) }) // 将给定的坐标位置转换为地址 |
|
|
.getAddress({ location: new TMap.LatLng(lat, lng) }) // 将给定的坐标位置转换为地址 |
|
|
.then((result) => { |
|
|
.then((result) => { |
|
|
// this.fmData.address = result.result.address; |
|
|
this.fmData.address = result.result.address; |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|