From 2b148c85e805bd9892ebb0a247940bf5e58ef429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Mon, 7 Jul 2025 09:54:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=88=BF=E4=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/community.js | 2 + packages/community/choseCommunity/index.vue | 1 - packages/community/index/index.vue | 205 ++++++++++---------- packages/community/myCommunity/index.vue | 73 ++++--- 4 files changed, 154 insertions(+), 127 deletions(-) diff --git a/api/community.js b/api/community.js index 99b4c6a4..f82fe352 100644 --- a/api/community.js +++ b/api/community.js @@ -33,4 +33,6 @@ export const apiArr = { getAllList:"/api/v2/wechat/community/get-all-list",//获取小区信息列表 commRoomSelect:"/api/v2/wechat/community-room/comm-room-select",//房源筛选器 + commInfo:"/api/v2/wechat/mpuser-crud/community-owner/info",//我的房产信息小区列表 + }; \ No newline at end of file diff --git a/packages/community/choseCommunity/index.vue b/packages/community/choseCommunity/index.vue index 4234c939..942f3959 100644 --- a/packages/community/choseCommunity/index.vue +++ b/packages/community/choseCommunity/index.vue @@ -210,7 +210,6 @@ // this.roomList = res.rows this.step = '4'; } else { - console.log(this.step) this.dialogBoxShow = true; this.rName = item.label } diff --git a/packages/community/index/index.vue b/packages/community/index/index.vue index c53cd06f..374d32b1 100644 --- a/packages/community/index/index.vue +++ b/packages/community/index/index.vue @@ -2,7 +2,7 @@
- +
\ No newline at end of file diff --git a/packages/community/myCommunity/index.vue b/packages/community/myCommunity/index.vue index f99817a3..5585b080 100644 --- a/packages/community/myCommunity/index.vue +++ b/packages/community/myCommunity/index.vue @@ -7,14 +7,15 @@
-
+
-
-
世纪名城东区(5)
-
河北省 石家庄市 桥西区 塔谈国际 108km
+
+
{{item.name}}( {{item.room_owner_list.length}} + )
+
{{item.addr}}
@@ -28,30 +29,52 @@ + @import url("./index.css"); + \ No newline at end of file