Commit 6e7b826f authored by 华国豪's avatar 华国豪 🙄

1

parent 8dddb1d8
...@@ -75,8 +75,7 @@ export default { ...@@ -75,8 +75,7 @@ export default {
//可以鼠标缩放 //可以鼠标缩放
this.map.enableScrollWheelZoom(true); this.map.enableScrollWheelZoom(true);
const points = this.baiduMapData; const points = this.baiduMapData;
const markerClusterers = [[], [], []]; let list0 = [], list1 = [];
let list0 = [], list1 = [], list2 = [];
points.forEach(item => { points.forEach(item => {
let obj = new BMap.Point(item.Lng, item.Lat) let obj = new BMap.Point(item.Lng, item.Lat)
obj.CustomerId = item.CustomerId obj.CustomerId = item.CustomerId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment