mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-30 02:49:03 +08:00
去除编辑器中地图展示标记可拖拽
This commit is contained in:
parent
8e4476b4db
commit
367504e170
@ -127,7 +127,6 @@
|
|||||||
map.addControl(new BMap.NavigationControl());
|
map.addControl(new BMap.NavigationControl());
|
||||||
map.centerAndZoom(point, 10); // 初始化地图,设置中心点坐标和地图级别。
|
map.centerAndZoom(point, 10); // 初始化地图,设置中心点坐标和地图级别。
|
||||||
}
|
}
|
||||||
marker.enableDragging();
|
|
||||||
map.addOverlay(marker);
|
map.addOverlay(marker);
|
||||||
}
|
}
|
||||||
init();
|
init();
|
||||||
|
Loading…
Reference in New Issue
Block a user