|
|
@ -123,6 +123,11 @@ export default { |
|
|
|
map: map |
|
|
|
}) |
|
|
|
markerList.push(marker) |
|
|
|
// 初始化mark点击事件 |
|
|
|
that.getAddress(that.dataForm.latitude, that.dataForm.longitude) |
|
|
|
qq.maps.event.addListener(marker, 'click', function (event) { |
|
|
|
that.addressCheckHandle() |
|
|
|
}) |
|
|
|
// 添加监听事件 获取鼠标单击事件 |
|
|
|
qq.maps.event.addListener(map, 'click', function (event) { |
|
|
|
that.cleanMarkRadius(markerList, radiusList) |
|
|
|