edit
This commit is contained in:
@ -86,8 +86,6 @@ export class AmapPoiPickerComponent implements OnInit {
|
||||
});
|
||||
|
||||
this.aMap.on('click', (e: any) => {
|
||||
console.log(e);
|
||||
|
||||
this.selectedPOI(e.lnglat);
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user