|
@@ -215,6 +215,7 @@ export default {
|
|
|
that.marker.setPosition(e.poi.location)
|
|
|
placeSearch.search() // 关键字查询查询
|
|
|
geocoder.getAddress(e.poi.location, function (status, result) {
|
|
|
+ console.log(e.poi.location,"klokolkjolk")
|
|
|
if (status === 'complete') {
|
|
|
var obj = {}
|
|
|
that.province = result.regeocode.addressComponent.province
|