From 9372db90376ba5cd9114d6840d7a60473315aab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Thu, 18 Sep 2025 08:53:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A6=82=E6=9E=9C=E6=98=AF=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9A=84=E5=B0=8F=E5=8C=BA=E5=88=99=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E8=BF=9B=E5=85=A5=E5=B0=8F=E5=8C=BA=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/list/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/community/list/index.vue b/packages/community/list/index.vue index c1c81a83..2268d855 100644 --- a/packages/community/list/index.vue +++ b/packages/community/list/index.vue @@ -22,7 +22,7 @@ 电话 - 进入小区 + 进入小区 @@ -115,6 +115,8 @@ export default { console.error('计算距离失败:', error); item.distanceValue = Infinity; } + // 初始化isShow属性 + item.isShow = true; return item; }); @@ -262,7 +264,7 @@ export default { tel: item.tel || '', photos: item.photos || [], // 提取图片数组 extension: item.extension || {}, // 提取扩展信息,可能包含物业公司 - is_me: false + isShow: false })); resolve(results); } else {