From e1e535c7e9a8def5e4614d21056dff1c69a85901 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 27 Dec 2021 08:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BC=82=E5=B8=B8=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E5=9C=B0=E5=9B=BE=E6=9C=AA=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppBuilding/components/searchMap.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/apps/AppBuilding/components/searchMap.vue b/src/apps/AppBuilding/components/searchMap.vue index da7ef2a8..2a801e3a 100644 --- a/src/apps/AppBuilding/components/searchMap.vue +++ b/src/apps/AppBuilding/components/searchMap.vue @@ -124,7 +124,8 @@ export default { detailInfo: { house: {}, build: {}, - community: {} + community: {}, + gird: {} }, showPop: false, retryMapCount: 0, @@ -349,7 +350,7 @@ export default { }, toDetail(id) { uni.navigateTo({url: `./detail?id=${id}`}) - }, + } } }