mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add map webview
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
clearInterval(handle);
|
||||
var pos = JSON.parse(window.pos);
|
||||
//地图居中
|
||||
alert(pos);
|
||||
map.setCenter(new AMap.LngLat(pos.x, pos.y));
|
||||
//添加点
|
||||
var obj = JSON.parse(window.data);
|
||||
|
||||
Reference in New Issue
Block a user