删除注释
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));
|
||||
}
|
||||
setTimeout(function() {
|
||||
map.setViewport(checkPointArray);
|
||||
console.log(checkPointArray)
|
||||
}, 1000);
|
||||
}, function(code, msg) {
|
||||
top.dialog.msg(data.msg);
|
||||
}, function() {
|
||||
@ -414,7 +415,6 @@
|
||||
initData();
|
||||
// 事件 - 搜索
|
||||
$(document).on('click', '#search', function() {
|
||||
|
||||
initData();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user