diff --git a/api/community.js b/api/community.js
index 9d9478eb..9e45d3c7 100644
--- a/api/community.js
+++ b/api/community.js
@@ -29,4 +29,10 @@ 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",//房源筛选器
+
+ commInfo:"/api/v2/wechat/mpuser-crud/community-owner/info",//我的房产信息小区列表
+ create:"/api/v2/wechat/community-owners/create",//创建新的业主信息
};
\ No newline at end of file
diff --git a/api/v2Community.js b/api/v2Community.js
index f5208787..bbf3a05e 100644
--- a/api/v2Community.js
+++ b/api/v2Community.js
@@ -9,4 +9,10 @@ export const apiArr = {
workOrderCrudDispatch: '/api/v2/wechat/work-order-crud/dispatch', // 人员派单
workOrderCrudAccept: '/api/v2/wechat/work-order-crud/accept', // 人员接单
workOrderCrudUpdate: '/api/v2/wechat/work-order-crud/worker/update', // 工作人员更新工单
+
+ navPage: '/api/v2/wechat/community-navigation-crud/page', // 小区图标导航信息分页
+ advPage: '/api/v2/wechat/community-advertisement-crud/page', // 小区广告信息分页
+
+ categoryPage: '/api/v2/wechat/announcement-category-crud/page', // 公告分类信息分页
+ infoPage: '/api/v2/wechat/announcement-crud/page', // 公告信息分页
};
diff --git a/components/nav/nav.vue b/components/nav/nav.vue
index 89bfeea6..72516a61 100644
--- a/components/nav/nav.vue
+++ b/components/nav/nav.vue
@@ -29,32 +29,32 @@
return {
navList: [
{
- photo:"http://192.168.0.172:5500/footer_home.png",
- photoAc:"http://192.168.0.172:5500/footer_homeAc.png",
+ photo:"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_home.png",
+ photoAc:"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_homeAc.png",
nav_name:"首页",
url:"/pages/index/index"
},
{
- photo:"http://192.168.0.172:5500/footer_community.png",
- photoAc:"http://192.168.0.172:5500/footer_communityAc.png",
+ photo:"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_community.png",
+ photoAc:"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_communityAc.png",
nav_name:"我的小区",
url:"/packages/community/index/index"
},
{
- photo:"http://192.168.0.172:5500/footer_shop.png",
- photoAc:"http://192.168.0.172:5500/footer_shopAc.png",
+ photo:"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_shop.png",
+ photoAc:"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_shopAc.png",
nav_name:"优选商城",
url:"/packages/shop/index/index"
},
{
- photo:"http://192.168.0.172:5500/footer_door.png",
- photoAc:"http://192.168.0.172:5500/footer_doorAc.png",
+ photo:"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_door.png",
+ photoAc:"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_doorAc.png",
nav_name:"上门服务",
url:""
},
{
- photo:"http://192.168.0.172:5500/footer_mine.png",
- photoAc:"http://192.168.0.172:5500/footer_mineAc.png",
+ photo:"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_mine.png",
+ photoAc:"https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/footer_mineAc.png",
nav_name:"我的",
url:"/pages/user/index"
},
diff --git a/packages/community/addCommunity/index.vue b/packages/community/addCommunity/index.vue
index a6449708..0618585c 100644
--- a/packages/community/addCommunity/index.vue
+++ b/packages/community/addCommunity/index.vue
@@ -5,23 +5,23 @@
房产
-
+
姓名
-
+
手机
-
+
身份
-
+
@@ -39,70 +39,115 @@
+ @import url("./index.css");
+
\ No newline at end of file
diff --git a/packages/community/applyOwer/index.vue b/packages/community/applyOwer/index.vue
index 74e1d26f..fc9cefcf 100644
--- a/packages/community/applyOwer/index.vue
+++ b/packages/community/applyOwer/index.vue
@@ -3,7 +3,7 @@
-
+
MarrekoZhang
diff --git a/packages/community/chooseMsg/index.vue b/packages/community/chooseMsg/index.vue
index e37d5087..0a0b9b07 100644
--- a/packages/community/chooseMsg/index.vue
+++ b/packages/community/chooseMsg/index.vue
@@ -1,14 +1,14 @@