diff --git a/components/my/my-person.vue b/components/my/my-person.vue index 15e0d55..14316d6 100644 --- a/components/my/my-person.vue +++ b/components/my/my-person.vue @@ -2,7 +2,7 @@ - + @@ -192,12 +192,9 @@ } .userinfo { - height: 200upx; + height: 280upx; //background: url('/static/images/serve/bg.png') no-repeat center center; background-size: 100% 100%; - - padding: 30upx 0; - display: flex; align-items: center; justify-content: flex-start; @@ -210,7 +207,7 @@ align-items: center; justify-content: flex-start; width: 100%; - padding: 0 15%; + padding: 0 20%; } .userinfo-nickname { @@ -220,6 +217,7 @@ flex-direction: column; color: #fff; margin: 0 !important; + height: 280upx; } .money_box { diff --git a/components/service/service-property.vue b/components/service/service-property.vue index a64fcf2..cb0b011 100644 --- a/components/service/service-property.vue +++ b/components/service/service-property.vue @@ -127,12 +127,12 @@ { name: '空置房申请', src: this.imgUrl+'/h5/images/serve/my9.png', - href: '/pages/applyRoomDetail/applyRoomDetail' + href: '/pages/applyRoom/applyRoom' }, { name: '房屋装修', src: this.imgUrl+'/h5/images/serve/15.png', - href: '/pages/roomRenovationDetail/roomRenovationDetail' + href: '/pages/roomRenovation/roomRenovation' } ]; } diff --git a/conf/config.js b/conf/config.js index e2951aa..02b6712 100755 --- a/conf/config.js +++ b/conf/config.js @@ -15,7 +15,7 @@ const baseUrl = '/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'http://192.168.1.108:8088/'; +const baseUrl = 'http://demo.homecommunity.cn/'; // #endif let commonBaseUrl = 'http://demo.homecommunity.cn/'; diff --git a/pages.json b/pages.json index 7631424..6b7ce26 100755 --- a/pages.json +++ b/pages.json @@ -600,12 +600,14 @@ "iconPath": "static/images/rent.png", "selectedIconPath": "static/images/rent-selected.png" }, + // #ifdef H5 { "pagePath": "pages/mall/mall", "text": "商圈", "iconPath": "static/images/market.png", "selectedIconPath": "static/images/market-selected.png" }, + // #endif { "pagePath": "pages/my/my", "text": "我的", diff --git a/pages/homemaking/homemaking.vue b/pages/homemaking/homemaking.vue index 636bbe4..0e89988 100644 --- a/pages/homemaking/homemaking.vue +++ b/pages/homemaking/homemaking.vue @@ -1,7 +1,9 @@