|
@@ -330,6 +330,7 @@ export default {
|
|
|
// for (let i = 0; i < markersList.length; i++) {
|
|
|
// alert(markersList[i].type)
|
|
|
this.$refs.supermapDetail.setMarkers(markersList);
|
|
|
+ this.$refs.supermapDetail.dropLocation(point.latitude,point.longitude,14);
|
|
|
// }
|
|
|
}, 2000)
|
|
|
// setTimeout(() => {
|