From b8bd07a9af43d9bb7e7bbec9bc0002d02aaac7b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com>
Date: Sat, 5 Jul 2025 15:19:10 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=88=91=E7=9A=84?=
=?UTF-8?q?=E6=88=BF=E4=BA=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/community.js | 4 +
packages/community/choseCommunity/index.vue | 372 +++++++++++++-------
packages/storeManagement/index/index.vue | 4 +-
packages/storeManagement/order/index.vue | 2 +-
4 files changed, 247 insertions(+), 135 deletions(-)
diff --git a/api/community.js b/api/community.js
index 9d9478eb..99b4c6a4 100644
--- a/api/community.js
+++ b/api/community.js
@@ -29,4 +29,8 @@ export const apiArr = {
getButton:"/api/v1/wechat/home-page/button-list",//获取button
getHotWords:"/api/v1/wechat/home-page/search-hot-word/info",//搜索热词
+
+ getAllList:"/api/v2/wechat/community/get-all-list",//获取小区信息列表
+ commRoomSelect:"/api/v2/wechat/community-room/comm-room-select",//房源筛选器
+
};
\ No newline at end of file
diff --git a/packages/community/choseCommunity/index.vue b/packages/community/choseCommunity/index.vue
index 61596e92..4234c939 100644
--- a/packages/community/choseCommunity/index.vue
+++ b/packages/community/choseCommunity/index.vue
@@ -1,132 +1,240 @@
-
-