|
|
@@ -3,7 +3,8 @@
|
|
|
<scroll-view class="contanerbox" scroll-y="true" wx:if="{{house.house_id}}">
|
|
|
<view class="house-info padding-container">
|
|
|
<view class="tab-list">
|
|
|
- <view class="tab-item" wx:for="{{house.tags}}" wx:key="index">{{ item }}</view>
|
|
|
+ <view class="tab-item" wx:for="{{house.houseLabel}}" wx:key="index">{{ item }}</view>
|
|
|
+ <!-- <view class="tab-item" wx:for="{{house.tags}}" wx:key="index">{{ item }}</view> -->
|
|
|
<!-- <view class="tab-item" > 满两年 </view>
|
|
|
<view class="tab-item" > 随时可看 </view> -->
|
|
|
</view>
|
|
|
@@ -32,15 +33,18 @@
|
|
|
</view>
|
|
|
<view class="house-parameter">
|
|
|
<view class="parameter-item">
|
|
|
- <view class="price">{{ house.price / 10000 }}万</view>
|
|
|
+ <!-- <view class="price">${{ house.price / 10000 }}万</view> -->
|
|
|
+ <view class="price">${{ house.price }}万</view>
|
|
|
<view class="parameter-name">售价</view>
|
|
|
</view>
|
|
|
<view class="parameter-item">
|
|
|
- <view class="price">{{ house.house_type || '暂无数据' }}</view>
|
|
|
+ <!-- <view class="price">{{ house.house_type || '暂无数据' }}</view> -->
|
|
|
+ <view class="price">{{house.bedroomAmount+'卧'+house.showerroomAmount+'卫' || '暂无数据' }}</view>
|
|
|
<view class="parameter-name">房型</view>
|
|
|
</view>
|
|
|
<view class="parameter-item">
|
|
|
- <view class="price">{{ house.area ? house.area + 'm²' : '暂无数据' }}</view>
|
|
|
+ <!-- <view class="price">{{ house.area ? house.area + 'm²' : '暂无数据' }}</view> -->
|
|
|
+ <view class="price">{{ house.buildingArea ? house.buildingArea + 'ft²' : '暂无数据' }}</view>
|
|
|
<view class="parameter-name">建筑面积</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -49,9 +53,9 @@
|
|
|
<text class="label">{{ item.label }}:</text>
|
|
|
<text class="value"> <text class="value" wx:if="{{item.name=='unit_price' }}"> $</text>{{ item.value
|
|
|
}}</text>
|
|
|
- <text class="value" wx:if="{{item.name=='bedRomm_num' ||item.name=='bathRoom_num' }}">个</text>
|
|
|
+ <text class="value" wx:if="{{item.name=='bedroomAmount' ||item.name=='bathRoom_num' }}">个</text>
|
|
|
<text class="value" wx:if="{{item.name=='unit_price' }}">万</text>
|
|
|
- <text class="value" wx:if="{{item.name=='build_area' ||item.name=='land_area' }}">平方英尺</text>
|
|
|
+ <text class="value" wx:if="{{item.name=='buildingArea' ||item.name=='floorSpace' }}">平方英尺</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="vr-tip" wx:if="{{!isAgency && house.vrLink}}">
|
|
|
@@ -68,7 +72,8 @@
|
|
|
<view class="detail-title">位置及周边配套</view>
|
|
|
<view class="location-item">
|
|
|
<text class="location-label">位置:</text>
|
|
|
- <text class="location-value">{{ house.city + house.estate_name }}</text>
|
|
|
+ <!-- <text class="location-value">{{ house.city + house.estate_name }}</text> -->
|
|
|
+ <text class="location-value">{{ house.city + house.address }}</text>
|
|
|
</view>
|
|
|
<view class="location-item" wx:if="{{!isAgency}}">
|
|
|
<text class="location-label">学校信息:</text>
|
|
|
@@ -90,29 +95,31 @@
|
|
|
<view class="detail-title">物业特色
|
|
|
<!-- <view class="arrow-right fr"></view> -->
|
|
|
</view>
|
|
|
- <!-- <view class="detail-text">{{ house.remarks }}</view> -->
|
|
|
- <view class="detail-text">
|
|
|
- 位于美国佐治亚州Suwanee的房产,其为一座优雅的乡村风格小屋,拥有独特的定制装饰和高质量手工工艺。优雅与天然在这座壮丽住宅内完美相融。该住宅共设有5间卧室、6间全浴卫生间和3间半浴室,可以看到格雷格·诺曼高尔夫球场(Greg
|
|
|
- Norman Golf
|
|
|
- Course)、一个池塘和葱郁树林。5间卧室中有2间卧室为业主套房。后院设有带热水浴缸的泳池、瀑布和火坑,供您日常享受;还有2间厨房、6台壁炉、带桑拿浴室的露台水疗区、蒸汽淋浴间、按摩室、健身室和有氧室;更有3间洗衣房、电梯,并铺设有宽木板手刮胡桃木地板。
|
|
|
+ <view wx:for="house.remarks" :key="name">
|
|
|
+ <view class="detail-text">{{item.title}}</view>
|
|
|
+ <view class="detail-text">
|
|
|
+ {{item.text}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 配套设施 -->
|
|
|
- <view class=" padding-container">
|
|
|
+ <view class=" padding-container" wx:if="{{house.ancillaryFacility.length>0}}">
|
|
|
<view class="location-text-info border-btn">
|
|
|
<view class="detail-title m-t-32">配套设施
|
|
|
</view>
|
|
|
<view class="detail-tag">
|
|
|
- <text class="tag-item">壁炉</text>
|
|
|
- <text class="tag-item">大理石</text>
|
|
|
+ <text class="tag-item" wx:for="{{house.ancillaryFacility}}" wx:key="name">{{item}}</text>
|
|
|
+ <!-- <text class="tag-item">壁炉</text> -->
|
|
|
+ <!-- <text class="tag-item">大理石</text>
|
|
|
<text class="tag-item">微波炉</text>
|
|
|
<text class="tag-item">洗碗机</text>
|
|
|
<text class="tag-item">浴缸</text>
|
|
|
<text class="tag-item">食品储蓄室</text>
|
|
|
- <text class="tag-item">藏书师</text>
|
|
|
-
|
|
|
+ <text class="tag-item">藏书师</text> -->
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|