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

调整地图坐标点的跳转链接

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