mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
房屋张修改问题
This commit is contained in:
parent
f00940960f
commit
289a70aa03
@ -2,7 +2,7 @@
|
||||
<view>
|
||||
<view class="user-container bg-white my_user">
|
||||
<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>
|
||||
<view class="userinfo-nickname margin-top">
|
||||
@ -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 {
|
||||
|
||||
@ -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'
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
@ -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/';
|
||||
|
||||
@ -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": "我的",
|
||||
|
||||
@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<view>
|
||||
<service-property></service-property>
|
||||
<!-- #ifdef H5 -->
|
||||
<service-homemaking></service-homemaking>
|
||||
<!-- #endif -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user