This commit is contained in:
Taric Xin
2022-03-04 15:14:03 +08:00
parent 5db0abb42e
commit 17ce3dd481
4 changed files with 13 additions and 13 deletions

View File

@ -86,8 +86,6 @@ export class AmapPoiPickerComponent implements OnInit {
});
this.aMap.on('click', (e: any) => {
console.log(e);
this.selectedPOI(e.lnglat);
});
})