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 @@
-
-