提交 06301960 authored 作者: chengye's avatar chengye

地图坐标修复

上级 062b14bb
......@@ -194,8 +194,8 @@
}
for (var i in res) {
var point = new BMap.Point(res[i].jz_longitude, res[i].jz_latitude)
var content = "<p>基站名称:" + res[i].jz_name + "<br/>项目编号:" + res[i].project_code + "<br/><a onclick=xadmin.add_tab('地图显示','http://fengzy-dev-jz.gonn.tech/dist/base.html?businessId=" + res[i].business_id + "&pageNow=1&pageName=stationData',true,true)>查看详情</a></p>";
addMarker(point, content,res[0].jz_state);
var content = "<p>基站名称:" + res[i].jz_name + "<br/>项目编号:" + res[i].project_code + "<br/><a onclick=xadmin.add_tab('地图显示','http://demo.gonn.tech/dist/base.html?businessId=" + res[i].business_id + "&pageNow=1&pageName=stationData',true,true)>查看详情</a></p>";
addMarker(point, content,res[i].jz_state);
}
}
});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论