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 @@ \ No newline at end of file diff --git a/packages/community/myCommunity/index.vue b/packages/community/myCommunity/index.vue index f99817a3..a9b4c6f7 100644 --- a/packages/community/myCommunity/index.vue +++ b/packages/community/myCommunity/index.vue @@ -1,24 +1,25 @@ + @import url("./index.css"); + \ No newline at end of file diff --git a/packages/community/notice/index.css b/packages/community/notice/index.css index d2b52f71..6345ea66 100644 --- a/packages/community/notice/index.css +++ b/packages/community/notice/index.css @@ -307,7 +307,7 @@ page { content: ''; width: 52rpx; height: 22rpx; - background: url(http://192.168.0.172:5500/com_active.png); + background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_active.png); background-size: cover; position: absolute; left: 50%; diff --git a/packages/community/notice/index.vue b/packages/community/notice/index.vue index 72881669..1bcc3e31 100644 --- a/packages/community/notice/index.vue +++ b/packages/community/notice/index.vue @@ -8,7 +8,7 @@
- +
滏阳锦苑
访客身份 点击立即入驻本社区
@@ -25,7 +25,7 @@
- +
关于小区停车场治理通告
diff --git a/packages/community/noticeDesc/index.vue b/packages/community/noticeDesc/index.vue index bd56edcd..e12f9b91 100644 --- a/packages/community/noticeDesc/index.vue +++ b/packages/community/noticeDesc/index.vue @@ -8,7 +8,7 @@
- +
滏阳锦苑
访客身份 点击立即入驻本社区
diff --git a/packages/community/oneRepair/index.css b/packages/community/oneRepair/index.css index a40778e4..889a7ab8 100644 --- a/packages/community/oneRepair/index.css +++ b/packages/community/oneRepair/index.css @@ -123,7 +123,7 @@ page { bottom: -2rpx; width: 30rpx; height: 30rpx; - background: url(http://192.168.0.172:5500/com_activeIcon.png); + background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_activeIcon.png); background-size: 100% 100%; } diff --git a/packages/community/oneRepair/index.vue b/packages/community/oneRepair/index.vue index d86fab2b..0438f03a 100644 --- a/packages/community/oneRepair/index.vue +++ b/packages/community/oneRepair/index.vue @@ -68,7 +68,7 @@
- + 上传图片
@@ -81,7 +81,7 @@
- + 上传视频
diff --git a/packages/community/propertyPayment/index.css b/packages/community/propertyPayment/index.css index dca63b3b..81093e53 100644 --- a/packages/community/propertyPayment/index.css +++ b/packages/community/propertyPayment/index.css @@ -131,7 +131,7 @@ image { position: absolute; right: 8rpx; top: 23rpx; - background: url(http://192.168.0.172:5500/com_jfImg.png) no-repeat; + background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_jfImg.png) no-repeat; background-size: 100% 100%; } diff --git a/packages/community/propertyPayment/index.vue b/packages/community/propertyPayment/index.vue index dd3ae399..4c7eb135 100644 --- a/packages/community/propertyPayment/index.vue +++ b/packages/community/propertyPayment/index.vue @@ -8,7 +8,7 @@
- +
@@ -78,7 +78,7 @@
- +
微信支付
@@ -94,7 +94,7 @@
- +
物业公积金支付
@@ -192,7 +192,7 @@
- + 微信支付
@@ -202,7 +202,7 @@
- + 物业公积金支付
diff --git a/packages/community/providentFund/index.scss b/packages/community/providentFund/index.scss index c6c9f1a4..bb74373f 100644 --- a/packages/community/providentFund/index.scss +++ b/packages/community/providentFund/index.scss @@ -3,7 +3,7 @@ page { } .container { .container_body { - background: url("http://192.168.0.152:5500/assets/community_providentFund_Group_1523.png") no-repeat; + background: url("https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/community_providentFund_Group_1523.png") no-repeat; background-size: 100% 100%; } .title { diff --git a/packages/community/providentFund/index.vue b/packages/community/providentFund/index.vue index e437eb50..6ff95065 100644 --- a/packages/community/providentFund/index.vue +++ b/packages/community/providentFund/index.vue @@ -59,13 +59,13 @@ diff --git a/packages/community/repairList/index.css b/packages/community/repairList/index.css index a826d0f5..b662c733 100644 --- a/packages/community/repairList/index.css +++ b/packages/community/repairList/index.css @@ -57,7 +57,7 @@ content: ''; width: 52rpx; height: 22rpx; - background: url(http://192.168.0.172:5500/com_active.png); + background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_active.png); background-size: cover; position: absolute; left: 50%; diff --git a/packages/community/serverList/index.css b/packages/community/serverList/index.css index fb03d909..3412da79 100644 --- a/packages/community/serverList/index.css +++ b/packages/community/serverList/index.css @@ -88,17 +88,17 @@ } .tabItem1 { - background: url(http://192.168.0.172:5500/com_tabBg1.png); + background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_tabBg1.png); background-size: cover; } .tabItem2 { - background: url(http://192.168.0.172:5500/com_tabBg2.png); + background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_tabBg2.png); background-size: cover; } .tabItem3 { - background: url(http://192.168.0.172:5500/com_tabBg3.png); + background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_tabBg3.png); background-size: cover; } diff --git a/packages/community/serverList/index.vue b/packages/community/serverList/index.vue index 9d6dcd7c..fa701f7a 100644 --- a/packages/community/serverList/index.vue +++ b/packages/community/serverList/index.vue @@ -75,128 +75,128 @@ export default { return { functionList: [ { - icon: "http://192.168.0.172:5500/com_serverIcon1.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_serverIcon1.png", name: "业主入驻", url: "" }, { - icon: "http://192.168.0.172:5500/com_serverIcon2.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_serverIcon2.png", name: "我的房产", url: "" }, { - icon: "http://192.168.0.172:5500/com_serverIcon3.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_serverIcon3.png", name: "生活缴费", url: "weixin://dl/business/?t=WvQ1ZJv0J5Z" }, { - icon: "http://192.168.0.172:5500/com_serverIcon4.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_serverIcon4.png", name: "便民服务", url: "" }, { - icon: "http://192.168.0.172:5500/com_serverIcon5.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_serverIcon5.png", name: "物业公积金", url: "" }, { - icon: "http://192.168.0.172:5500/com_serverIcon6.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_serverIcon6.png", name: "社区互动", url: "" }, { - icon: "http://192.168.0.172:5500/com_serverIcon7.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_serverIcon7.png", name: "物业公积金", url: "" }, { - icon: "http://192.168.0.172:5500/com_serverIcon8.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_serverIcon8.png", name: "物业服务", url: "" }, { - icon: "http://192.168.0.172:5500/com_serverIcon9.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_serverIcon9.png", name: "报事报修", url: "" }, { - icon: "http://192.168.0.172:5500/com_serverIcon10.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_serverIcon10.png", name: "物业缴费", url: "" }, { - icon: "http://192.168.0.172:5500/com_serverIcon11.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_serverIcon11.png", name: "纠纷调解", url: "" }, { - icon: "http://192.168.0.172:5500/com_serverIcon12.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_serverIcon12.png", name: "社区管家", url: "" }, ], localList: [ { - icon: "http://192.168.0.172:5500/com_localIcon1.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_localIcon1.png", name: "美食", url: "" }, { - icon: "http://192.168.0.172:5500/com_localIcon2.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_localIcon2.png", name: "家教", url: "" }, { - icon: "http://192.168.0.172:5500/com_localIcon3.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_localIcon3.png", name: "超市", url: "" }, { - icon: "http://192.168.0.172:5500/com_localIcon4.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_localIcon4.png", name: "健身", url: "" }, ], shopList: [ { - icon: "http://192.168.0.172:5500/com_shopIcon1.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_shopIcon1.png", name: "电商购物", url: "" }, { - icon: "http://192.168.0.172:5500/com_shopIcon2.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_shopIcon2.png", name: "社区团购", url: "" }, { - icon: "http://192.168.0.172:5500/com_shopIcon3.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_shopIcon3.png", name: "本地优选", url: "" }, { - icon: "http://192.168.0.172:5500/com_shopIcon4.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_shopIcon4.png", name: "社区拼团", url: "" }, ], cardList: [ { - icon: "http://192.168.0.172:5500/com_cardIcon1.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_cardIcon1.png", name: "我的积分", url: "" }, { - icon: "http://192.168.0.172:5500/com_cardIcon2.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_cardIcon2.png", name: "积分兑换", url: "" }, { - icon: "http://192.168.0.172:5500/com_cardIcon3.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_cardIcon3.png", name: "我的优惠卡", url: "" }, { - icon: "http://192.168.0.172:5500/com_cardIcon4.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_cardIcon4.png", name: "我的会员卡", url: "" }, diff --git a/packages/localLife/Points/index.css b/packages/localLife/Points/index.css index fe84dc34..97a48f5f 100644 --- a/packages/localLife/Points/index.css +++ b/packages/localLife/Points/index.css @@ -34,7 +34,7 @@ image { } .container { - background: url(http://192.168.0.172:5500/local_pointbg.png); + background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/local_pointbg.png); background-size: 750rpx 423rpx; background-repeat: no-repeat; } diff --git a/packages/localLife/Points/index.vue b/packages/localLife/Points/index.vue index c45010cd..2897ebe1 100644 --- a/packages/localLife/Points/index.vue +++ b/packages/localLife/Points/index.vue @@ -11,15 +11,15 @@
{{banlance}}
- + 积分商城
- + 积分抽奖
- + 兑换优惠券
diff --git a/packages/localLife/UserComment/index.vue b/packages/localLife/UserComment/index.vue index 33146ab0..d3688a98 100644 --- a/packages/localLife/UserComment/index.vue +++ b/packages/localLife/UserComment/index.vue @@ -3,14 +3,14 @@
- + {{ info.user.nick_name }}
@@ -22,21 +22,21 @@
- + {{ info.merchant_evaluation_reply_list ? info.merchant_evaluation_reply_list.length : 0 }}
- - {{ info.merchant_evaluation_like_list ? info.merchant_evaluation_like_list.length : 0 }}
- +
@@ -45,7 +45,7 @@
- + {{ item.user.nick_name }} @@ -58,7 +58,7 @@
- + diff --git a/packages/localLife/comment/index.vue b/packages/localLife/comment/index.vue index a6b3099a..d1b376c4 100644 --- a/packages/localLife/comment/index.vue +++ b/packages/localLife/comment/index.vue @@ -15,7 +15,7 @@
@@ -55,7 +55,7 @@
- + 上传视频
@@ -64,7 +64,7 @@
- +
取消
diff --git a/packages/localLife/detail/index.vue b/packages/localLife/detail/index.vue index a7364a20..2ced7154 100644 --- a/packages/localLife/detail/index.vue +++ b/packages/localLife/detail/index.vue @@ -13,7 +13,7 @@
@@ -46,13 +46,13 @@
- + {{ item.user.nick_name }}
@@ -64,14 +64,14 @@
- + {{ item.merchant_evaluation_reply_list ? item.merchant_evaluation_reply_list.length : 0 }}
- - {{ item.merchant_evaluation_like_list ? item.merchant_evaluation_like_list.length : 0 }}
@@ -89,11 +89,11 @@ 导航 - + 电话 - + 点评 diff --git a/packages/localLife/houseProvident/index.css b/packages/localLife/houseProvident/index.css index 159d72e4..ff599575 100644 --- a/packages/localLife/houseProvident/index.css +++ b/packages/localLife/houseProvident/index.css @@ -34,7 +34,7 @@ image { } .container { - background: url(http://192.168.0.172:5500/local_pointbg.png); + background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/local_pointbg.png); background-size: 750rpx 423rpx; background-repeat: no-repeat; } diff --git a/packages/localLife/houseProvident/index.vue b/packages/localLife/houseProvident/index.vue index fd10a5c1..ada011b8 100644 --- a/packages/localLife/houseProvident/index.vue +++ b/packages/localLife/houseProvident/index.vue @@ -31,7 +31,7 @@
消费用户
- + {{ item.user.nick_name }} diff --git a/packages/localLife/index/index.vue b/packages/localLife/index/index.vue index 90093304..3ebe9996 100644 --- a/packages/localLife/index/index.vue +++ b/packages/localLife/index/index.vue @@ -1,7 +1,7 @@ @@ -212,44 +231,44 @@ export default { iconList: [ { - icon: "http://192.168.0.172:5500/shop_icon1.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_icon1.png", name: "休闲零食" }, { - icon: "http://192.168.0.172:5500/shop_icon2.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_icon2.png", name: "肉蛋果蔬" }, { - icon: "http://192.168.0.172:5500/shop_icon3.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_icon3.png", name: "酒水饮料" }, { - icon: "http://192.168.0.172:5500/shop_icon4.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_icon4.png", name: "家具电器" }, { - icon: "http://192.168.0.172:5500/shop_icon5.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_icon5.png", name: "电脑手机" }, { - icon: "http://192.168.0.172:5500/shop_icon1.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_icon1.png", name: "休闲零食" }, { - icon: "http://192.168.0.172:5500/shop_icon2.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_icon2.png", name: "肉蛋果蔬" }, { - icon: "http://192.168.0.172:5500/shop_icon3.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_icon3.png", name: "酒水饮料" }, { - icon: "http://192.168.0.172:5500/shop_icon4.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_icon4.png", name: "家具电器" }, { - icon: "http://192.168.0.172:5500/shop_icon5.png", + icon: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_icon5.png", name: "电脑手机" }, ], diff --git a/packages/shop/search/index.vue b/packages/shop/search/index.vue index 100f1a58..f6b3871b 100644 --- a/packages/shop/search/index.vue +++ b/packages/shop/search/index.vue @@ -2,13 +2,13 @@ @@ -33,7 +33,7 @@
- + 对不起没有找到您想要的商品
@@ -49,7 +49,7 @@
- +
泰国金枕榴莲
diff --git a/packages/shopEnter/index/index.css b/packages/shopEnter/index/index.css index e316e7a2..184f60eb 100644 --- a/packages/shopEnter/index/index.css +++ b/packages/shopEnter/index/index.css @@ -5,7 +5,7 @@ page { } .container { - background: url(http://192.168.0.172:5500/shopEn_apply.png) no-repeat; + background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shopEn_apply.png) no-repeat; background-size: 750rpx 497rpx; box-sizing: border-box; padding-top: 290rpx; diff --git a/packages/shopEnter/index/index.vue b/packages/shopEnter/index/index.vue index 2fb9a710..30f01d0c 100644 --- a/packages/shopEnter/index/index.vue +++ b/packages/shopEnter/index/index.vue @@ -55,7 +55,7 @@
- + 上传图片
@@ -68,7 +68,7 @@
- + 上传图片
diff --git a/packages/shopEnter/sucess/index.vue b/packages/shopEnter/sucess/index.vue index 0c300dbb..fc952ba2 100644 --- a/packages/shopEnter/sucess/index.vue +++ b/packages/shopEnter/sucess/index.vue @@ -1,7 +1,7 @@