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