diff --git a/components/my/my-menu.vue b/components/my/my-menu.vue index a783ef0..835a39a 100644 --- a/components/my/my-menu.vue +++ b/components/my/my-menu.vue @@ -12,7 +12,7 @@ - + diff --git a/conf/config.js b/conf/config.js index bed0e05..ddbd990 100644 --- a/conf/config.js +++ b/conf/config.js @@ -15,13 +15,13 @@ const baseUrl = '/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'http://demo.homecommunity.cn/'; +const baseUrl = 'http://wuye.himac.cloud/'; // #endif -let commonBaseUrl = 'http://demo.homecommunity.cn/'; +let commonBaseUrl = 'http://wuye.himac.cloud/'; //商城的url -let mallUrl = 'http://mallapp.homecommunity.cn/'; +let mallUrl = 'http://mallapp.himac.cloud/'; //商城小程序ID let mallMinAppId = "xx"; diff --git a/pages.json b/pages.json index e7e5113..c644baf 100644 --- a/pages.json +++ b/pages.json @@ -1116,12 +1116,12 @@ "iconPath": "static/images/rent.png", "selectedIconPath": "static/images/rent-selected.png" }, - // { - // "pagePath": "pages/mall/mall", - // "text": "商圈", - // "iconPath": "static/images/market.png", - // "selectedIconPath": "static/images/market-selected.png" - // }, + { + "pagePath": "pages/mall/mall", + "text": "商圈", + "iconPath": "static/images/market.png", + "selectedIconPath": "static/images/market-selected.png" + }, { "pagePath": "pages/my/my", "text": "我的", diff --git a/pages/applyRoom/applyRoomDetail.vue b/pages/applyRoom/applyRoomDetail.vue index 03fa094..4a3ccb6 100644 --- a/pages/applyRoom/applyRoomDetail.vue +++ b/pages/applyRoom/applyRoomDetail.vue @@ -183,7 +183,7 @@ let params = { page: 1, row: 50, - communityId: this.roomDetail.communityId, + communityId: getCommunityId(), payerObjId: this.roomDetail.roomId, state: '2008001' }; diff --git a/pages/homemaking/homemaking.vue b/pages/homemaking/homemaking.vue index 22d01db..3ef939c 100644 --- a/pages/homemaking/homemaking.vue +++ b/pages/homemaking/homemaking.vue @@ -1,7 +1,7 @@