diff --git a/api/community.js b/api/community.js index 82de97bb..87ba60ff 100644 --- a/api/community.js +++ b/api/community.js @@ -38,6 +38,7 @@ export const apiArr = { commInfo: "/api/v2/wechat/mpuser-crud/community-owner/info",//我的房产信息小区列表 create: "/api/v2/wechat/community-owners/create",//创建新的业主信息 + communityInfo: "/api/v2/community/get-one",//获取小区信息 getOrderList:"/api/v2/wechat/community-orders/get-all-list",//获取账单 getCommunityRoomList:"/api/v2/wechat/community-room/list", //获取房源列表 diff --git a/packages/community/index/index.vue b/packages/community/index/index.vue index 1352571c..534f6dbd 100644 --- a/packages/community/index/index.vue +++ b/packages/community/index/index.vue @@ -1,19 +1,13 @@