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/pages.json b/pages.json index c77483b..c644baf 100644 --- a/pages.json +++ b/pages.json @@ -324,8 +324,7 @@ }, { "path": "pages/mall/mall", "style": { - "navigationBarTitleText": "商圈", - "navigationStyle": "custom" + "navigationBarTitleText": "商圈" } }, { @@ -1117,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 ab652b6..03fa094 100644 --- a/pages/applyRoom/applyRoomDetail.vue +++ b/pages/applyRoom/applyRoomDetail.vue @@ -196,7 +196,7 @@ loadApplyRoomDiscountType: function(){ let _that = this; let params = { - communityId: this.roomDetail.communityId, + communityId: getCommunityId(), page: 1, row: 50 } diff --git a/pages/homemaking/homemaking.vue b/pages/homemaking/homemaking.vue index 9c2d7d3..3ef939c 100644 --- a/pages/homemaking/homemaking.vue +++ b/pages/homemaking/homemaking.vue @@ -1,7 +1,7 @@ diff --git a/pages/login/login.vue b/pages/login/login.vue index 6511818..8e68c96 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -77,8 +77,8 @@ data() { return { logoUrl: '', - username: '', - password: '', + username: '18909711234', + password: '123456', code: "", loginByPhone: false, msgCode: '',