删除注释
This commit is contained in:
parent
3968d0578b
commit
219711cd10
@ -399,8 +399,9 @@
|
|||||||
});
|
});
|
||||||
map.addOverlay(new CheckMarker(item.checkId, item.enterpriseId, item.enterpriseName, photoArray, checkPoint));
|
map.addOverlay(new CheckMarker(item.checkId, item.enterpriseId, item.enterpriseName, photoArray, checkPoint));
|
||||||
}
|
}
|
||||||
map.setViewport(checkPointArray);
|
setTimeout(function() {
|
||||||
console.log(checkPointArray)
|
map.setViewport(checkPointArray);
|
||||||
|
}, 1000);
|
||||||
}, function(code, msg) {
|
}, function(code, msg) {
|
||||||
top.dialog.msg(data.msg);
|
top.dialog.msg(data.msg);
|
||||||
}, function() {
|
}, function() {
|
||||||
@ -414,7 +415,6 @@
|
|||||||
initData();
|
initData();
|
||||||
// 事件 - 搜索
|
// 事件 - 搜索
|
||||||
$(document).on('click', '#search', function() {
|
$(document).on('click', '#search', function() {
|
||||||
|
|
||||||
initData();
|
initData();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user