fix: 修改bug

This commit is contained in:
Vce 2024-03-28 19:18:26 +08:00
parent fb622c8aa2
commit 5b782381e2

View File

@ -1086,7 +1086,7 @@ function addMarker() {
var marker = new AMap.Marker({
icon: startIcon,
position: [locationList.value[0].longitude, locationList.value[0].latitude],
size: new AMap.Size(25, 34)
size: new AMap.Size(25, 34),
offset: new AMap.Pixel(-12, -29)
});
marker.setMap(map);