|
@@ -180,7 +180,7 @@
|
|
|
<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 style="width: 100%;" :style="{color:contentColor}">{{item.city}} {{item.minPrice?"· "+item.minPrice:""}}{{item.maxPrice?'-'+item.maxPrice+'元/m²':""}} {{item.bizFormat?'· '+item.bizFormat:''}}</text>
|
|
|
+ <text style="width: 100%;" :style="{color:contentColor}">{{item.city}} {{item.minPrice?"· "+item.minPrice:""}}{{item.maxPrice?'-'+item.maxPrice:""}}{{(item.maxPrice||item.minPrice)?'元/m²':''}} {{item.bizFormat?'· '+item.bizFormat:''}}</text>
|
|
|
</view>
|
|
|
<view class="house_num">
|
|
|
<image src="https://dm.static.elab-plus.com/yezhu/icon_home_house.png" mode=""></image>
|
|
@@ -1249,9 +1249,8 @@
|
|
|
|
|
|
image {
|
|
|
width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
+ height: 30rpx;
|
|
|
margin-right: 8rpx;
|
|
|
- margin-top: 6rpx;
|
|
|
}
|
|
|
|
|
|
text {
|