diff --git a/packages/2.0.5/AppGridBlock/components/list.vue b/packages/2.0.5/AppGridBlock/components/list.vue index 626cb998..5683a9a8 100644 --- a/packages/2.0.5/AppGridBlock/components/list.vue +++ b/packages/2.0.5/AppGridBlock/components/list.vue @@ -144,7 +144,7 @@ @@ -479,7 +479,7 @@ export default { panel: "panel", // 结果列表将在此容器中进行展示。 autoFitView: true, // 是否自动调整地图视野使绘制的 Marker点都处于视口的可见范围 }); - this.map.setZoomAndCenter(14, [location.lng, location.lat], false, 600); + this.map.setZoomAndCenter(14, [this.location.lng, this.location.lat], false, 600); this.eventOn(); } })