房屋张修改问题

This commit is contained in:
java110 2022-08-18 15:37:31 +08:00
parent f00940960f
commit 289a70aa03
5 changed files with 11 additions and 9 deletions

View File

@ -2,7 +2,7 @@
<view> <view>
<view class="user-container bg-white my_user"> <view class="user-container bg-white my_user">
<view class="userinfo" :style="{background: 'url('+topImg+') no-repeat center center'}" > <view class="userinfo" :style="{background: 'url('+topImg+') no-repeat center center'}" >
<view class="already" v-if="login"> <view class="wait" v-if="login">
<view class="cu-avatar header-img round " :style="{ backgroundImage: 'url(' + headerImg + ')' }"> <view class="cu-avatar header-img round " :style="{ backgroundImage: 'url(' + headerImg + ')' }">
</view> </view>
<view class="userinfo-nickname margin-top"> <view class="userinfo-nickname margin-top">
@ -192,12 +192,9 @@
} }
.userinfo { .userinfo {
height: 200upx; height: 280upx;
//background: url('/static/images/serve/bg.png') no-repeat center center; //background: url('/static/images/serve/bg.png') no-repeat center center;
background-size: 100% 100%; background-size: 100% 100%;
padding: 30upx 0;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
@ -210,7 +207,7 @@
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
width: 100%; width: 100%;
padding: 0 15%; padding: 0 20%;
} }
.userinfo-nickname { .userinfo-nickname {
@ -220,6 +217,7 @@
flex-direction: column; flex-direction: column;
color: #fff; color: #fff;
margin: 0 !important; margin: 0 !important;
height: 280upx;
} }
.money_box { .money_box {

View File

@ -127,12 +127,12 @@
{ {
name: '空置房申请', name: '空置房申请',
src: this.imgUrl+'/h5/images/serve/my9.png', src: this.imgUrl+'/h5/images/serve/my9.png',
href: '/pages/applyRoomDetail/applyRoomDetail' href: '/pages/applyRoom/applyRoom'
}, },
{ {
name: '房屋装修', name: '房屋装修',
src: this.imgUrl+'/h5/images/serve/15.png', src: this.imgUrl+'/h5/images/serve/15.png',
href: '/pages/roomRenovationDetail/roomRenovationDetail' href: '/pages/roomRenovation/roomRenovation'
} }
]; ];
} }

View File

@ -15,7 +15,7 @@ const baseUrl = '/';
// #ifndef H5 // #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址 //服务器域名 小程序 或者 app 时 后端地址
const baseUrl = 'http://192.168.1.108:8088/'; const baseUrl = 'http://demo.homecommunity.cn/';
// #endif // #endif
let commonBaseUrl = 'http://demo.homecommunity.cn/'; let commonBaseUrl = 'http://demo.homecommunity.cn/';

View File

@ -600,12 +600,14 @@
"iconPath": "static/images/rent.png", "iconPath": "static/images/rent.png",
"selectedIconPath": "static/images/rent-selected.png" "selectedIconPath": "static/images/rent-selected.png"
}, },
// #ifdef H5
{ {
"pagePath": "pages/mall/mall", "pagePath": "pages/mall/mall",
"text": "商圈", "text": "商圈",
"iconPath": "static/images/market.png", "iconPath": "static/images/market.png",
"selectedIconPath": "static/images/market-selected.png" "selectedIconPath": "static/images/market-selected.png"
}, },
// #endif
{ {
"pagePath": "pages/my/my", "pagePath": "pages/my/my",
"text": "我的", "text": "我的",

View File

@ -1,7 +1,9 @@
<template> <template>
<view> <view>
<service-property></service-property> <service-property></service-property>
<!-- #ifdef H5 -->
<service-homemaking></service-homemaking> <service-homemaking></service-homemaking>
<!-- #endif -->
</view> </view>
</template> </template>