fix: 修改bug
This commit is contained in:
parent
fb622c8aa2
commit
5b782381e2
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user