|
@@ -84,19 +84,19 @@
|
|
|
</view>
|
|
|
<view class="content_tab">
|
|
|
<view class="tab_item" @click="toYezhu">
|
|
|
- <image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_zcyz.png" mode=""></image>
|
|
|
+ <image class="icon_tab" src="../../static/icons/icon_zcyz_user.png" mode=""></image>
|
|
|
<text class="txt_tab">注册业主</text>
|
|
|
</view>
|
|
|
<view class="tab_item" @click="toShouYiPage">
|
|
|
- <image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_shouyi.png" mode=""></image>
|
|
|
+ <image class="icon_tab" src="../../static/icons/icon_shouyi_user.png" mode=""></image>
|
|
|
<text class="txt_tab">收益排行榜</text>
|
|
|
</view>
|
|
|
<view class="tab_item" @click="goReportPage">
|
|
|
- <image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_report.png" mode=""></image>
|
|
|
+ <image class="icon_tab" src="../../static/icons/icon_report_user.png" mode=""></image>
|
|
|
<text class="txt_tab">效果报表</text>
|
|
|
</view>
|
|
|
<view class="tab_item" @click="showMine">
|
|
|
- <image class="icon_tab" src="https://dm.static.elab-plus.com/yezhu/icon_myinfo.png" mode=""></image>
|
|
|
+ <image class="icon_tab" src="../../static/icons/icon_user_mine.png" mode=""></image>
|
|
|
<text class="txt_tab">我的信息</text>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -144,7 +144,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="list_item" v-for="(item,index) in houseList" :key='index'>
|
|
|
- <image class="house_img" :src="item.image" mode=""></image>
|
|
|
+ <image class="house_img" :src="item.image" mode="aspectFill"></image>
|
|
|
<view class="item_content" @click="goDetailAction(item)">
|
|
|
<text class="house_name">{{item.name}}</text>
|
|
|
<view class="house_hk" v-if="item.taskCategory">
|
|
@@ -153,11 +153,11 @@
|
|
|
<text class="house_hk" v-else></text>
|
|
|
<view class="house_address">
|
|
|
<image src="https://dm.static.elab-plus.com/yezhu/icon_location.png" mode=""></image>
|
|
|
- <text>{{item.city}} · {{item.minPrice}}-{{item.maxPrice}}万/m² · {{item.bizFormat}}</text>
|
|
|
+ <text style="width: 100%;">{{item.city}} · {{item.minPrice}}-{{item.maxPrice}}万元/m² {{item.bizFormat?'· '+item.bizFormat:''}}</text>
|
|
|
</view>
|
|
|
<view class="house_num">
|
|
|
<image src="https://dm.static.elab-plus.com/yezhu/icon_family.png" mode=""></image>
|
|
|
- <text>{{item.projectLayout}}</text>
|
|
|
+ <text style="width: 100%;">{{item.projectLayout}}</text>
|
|
|
</view>
|
|
|
<text class="house_desc">{{item.shareRemark}}</text>
|
|
|
</view>
|
|
@@ -903,7 +903,7 @@
|
|
|
flex-direction: column;
|
|
|
margin-left: 50rpx;
|
|
|
z-index: 11;
|
|
|
- max-width: 360rpx;
|
|
|
+ max-width: 51%;
|
|
|
|
|
|
.house_name {
|
|
|
width: 100%;
|
|
@@ -917,6 +917,7 @@
|
|
|
}
|
|
|
|
|
|
.house_hk {
|
|
|
+ width: 100%;
|
|
|
font-size: 26rpx;
|
|
|
font-family: Verdana, Verdana-Regular;
|
|
|
font-weight: 400;
|
|
@@ -929,6 +930,7 @@
|
|
|
}
|
|
|
|
|
|
.house_address {
|
|
|
+ width: 100%;
|
|
|
display: flex;
|
|
|
font-size: 24rpx;
|
|
|
font-family: Verdana, Verdana-Regular;
|