|
|
@@ -9,15 +9,18 @@
|
|
|
</view>
|
|
|
<view class="content">
|
|
|
<view class="houseinfo">
|
|
|
- <view class="text-black address" >{{ house.district }}/{{ house.address }}</view>
|
|
|
+ <!-- <view class="text-black address" >{{ house.district }}/{{ house.address }}</view> -->
|
|
|
+ <view class="text-black address" >{{ house.city }}/{{ house.address }}</view>
|
|
|
</view>
|
|
|
<view class="tap-list" >
|
|
|
- <view class="tap-item" >{{house.house_type}}</view>
|
|
|
- <!-- <view class="tap-item" wx:if="{{house.vrLink}}">{{云看房}}</view> -->
|
|
|
- <!-- <view class="tap-item" wx:if="{{house.vrLink}}">随时可看</view> -->
|
|
|
+ <!-- <view class="tap-item" wx:if="{{house.vrLink}}">云看房</view> -->
|
|
|
+ <!-- <view class="tap-item" wx:if="{{house.vrLink}}">云看房</view> -->
|
|
|
+ <!-- <view class="tap-item" wx:if="{{house.house_type}}">{{house.house_type}}</view> -->
|
|
|
+ <view class="tap-item">{{house.bedroomAmount}}卧{{house.showerroomAmount}}卫</view>
|
|
|
</view>
|
|
|
<view class="price-w">
|
|
|
- <text class="price text-bold">${{ house.price/10000 }}万</text>
|
|
|
+ <!-- <text class="price text-bold">${{ house.price/10000 }}万</text> -->
|
|
|
+ <text class="price text-bold">${{ house.price /10000}}万</text>
|
|
|
<!-- <text class="price-tip">{{ house.unit_price }}元/平</text> -->
|
|
|
</view>
|
|
|
</view>
|