|
|
@@ -1,29 +1,35 @@
|
|
|
-<detail-banner imglist="{{house.detail_images}}" vrLink="{{house.vrLink}}" bind:onlineWatch="onlineWatch" bind:toVrHouse="toVrHouse" />
|
|
|
+<detail-banner imglist="{{house.detail_images}}" vrLink="{{house.vrLink}}" bind:onlineWatch="onlineWatch"
|
|
|
+ bind:toVrHouse="toVrHouse" />
|
|
|
<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" > 满两年 </view>
|
|
|
+ <view class="tab-item" > 随时可看 </view> -->
|
|
|
</view>
|
|
|
<view class="follow-status-w">
|
|
|
- <button class="follow-status" open-type="getPhoneNumber" bindgetphonenumber="bindgetphonenumber" wx:if="{{ !loginStatus && app_type !== 'user' }}">
|
|
|
- <image class="follow-icon" src="/image/4Dage/detail/icon-follow.svg" />
|
|
|
- 关注
|
|
|
- </button>
|
|
|
- <button class="follow-status" data-action="changeFocusStatus" open-type="getUserInfo" bindgetuserinfo="bindgetuserinfo" wx:elif="{{ !loginStatus && app_type === 'user' }}">
|
|
|
- <image class="follow-icon" src="/image/4Dage/detail/icon-follow.svg" />
|
|
|
- 关注
|
|
|
- </button>
|
|
|
- <view class="follow-status" wx:elif="{{ !isFocused }}" bindtap="changeFocusStatus">
|
|
|
- <image class="follow-icon" src="/image/4Dage/detail/icon-follow.svg" />
|
|
|
- 关注
|
|
|
- </view>
|
|
|
- <view class="follow-status" wx:elif="{{ isFocused }}" bindtap="cancleFocusStatus">
|
|
|
- <image class="follow-icon" src="/image/4Dage/detail/icon-follow-active.svg" />
|
|
|
- 已关注
|
|
|
- </view>
|
|
|
+ <button class="follow-status" open-type="getPhoneNumber" bindgetphonenumber="bindgetphonenumber"
|
|
|
+ wx:if="{{ !loginStatus && app_type !== 'user' }}">
|
|
|
+ <image class="follow-icon" src="/image/4Dage/detail/icon-follow.svg" />
|
|
|
+ 关注
|
|
|
+ </button>
|
|
|
+ <button class="follow-status" data-action="changeFocusStatus" open-type="getUserInfo"
|
|
|
+ bindtap="bindgetuserinfo" wx:elif="{{ !loginStatus && app_type === 'user' }}">
|
|
|
+ <image class="follow-icon" src="/image/4Dage/detail/icon-follow.svg" />
|
|
|
+ 关注
|
|
|
+ </button>
|
|
|
+ <view class="follow-status" wx:elif="{{ !isFocused }}" bindtap="changeFocusStatus">
|
|
|
+ <image class="follow-icon" src="/image/4Dage/detail/icon-follow.svg" />
|
|
|
+ 关注
|
|
|
+ </view>
|
|
|
+ <view class="follow-status" wx:elif="{{ isFocused }}" bindtap="cancleFocusStatus">
|
|
|
+ <image class="follow-icon" src="/image/4Dage/detail/icon-follow-active.svg" />
|
|
|
+ 已关注
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="house-name ">{{ house.title }}</view>
|
|
|
- <view class="contact-user">房源负责人:{{ agent_user.name }}<view class="icon-idcard" bind:tap="toAgentDetail"></view></view>
|
|
|
+ <view class="contact-user">房源负责人:{{ agent_user.name }}<view class="icon-idcard" bind:tap="toAgentDetail"></view>
|
|
|
+ </view>
|
|
|
<view class="house-parameter">
|
|
|
<view class="parameter-item">
|
|
|
<view class="price">{{ house.price / 10000 }}万</view>
|
|
|
@@ -34,14 +40,18 @@
|
|
|
<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 + 'ft²' : '暂无数据' }}</view>
|
|
|
<view class="parameter-name">建筑面积</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="house-detail">
|
|
|
- <view class="detail-item" wx:for="{{detailItems}}" wx:key="name">
|
|
|
+ <view class="detail-item" wx:for="{{new_detailItems}}" wx:key="name">
|
|
|
<text class="label">{{ item.label }}:</text>
|
|
|
- <text class="value">{{ item.value }}</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=='unit_price' }}">万</text>
|
|
|
+ <text class="value" wx:if="{{item.name=='build_area' ||item.name=='land_area' }}">平方英尺</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="vr-tip" wx:if="{{!isAgency && house.vrLink}}">
|
|
|
@@ -60,34 +70,54 @@
|
|
|
<text class="location-label">位置:</text>
|
|
|
<text class="location-value">{{ house.city + house.estate_name }}</text>
|
|
|
</view>
|
|
|
- <view class="location-item" wx:if="{{!isAgency}}">
|
|
|
+ <view class="location-item" wx:if="{{!isAgency}}">
|
|
|
<text class="location-label">学校信息:</text>
|
|
|
<text class="location-link" bindtap="sendSchoolMsg">咨询经纪人中小学情况</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="map-w">
|
|
|
- <map
|
|
|
- id="map"
|
|
|
- class="detail-map"
|
|
|
- longitude="{{markers[0].longitude}}"
|
|
|
- latitude="{{markers[0].latitude}}"
|
|
|
- enable-scroll="{{ false }}"
|
|
|
- enable-zoom="{{ false }}"
|
|
|
- markers="{{markers}}"
|
|
|
- show-location>
|
|
|
- </map>
|
|
|
- <view class="cover" bindtap="toMap"></view>
|
|
|
+ <map id="map" class="detail-map" longitude="{{markers[0].longitude}}" latitude="{{markers[0].latitude}}"
|
|
|
+ enable-scroll="{{ false }}" enable-zoom="{{ false }}" markers="{{markers}}" show-location>
|
|
|
+ </map>
|
|
|
+ <view class="cover" bindtap="toMap"></view>
|
|
|
</view>
|
|
|
-
|
|
|
- <view class=" padding-container" bind:tap="toMoreIntro">
|
|
|
+
|
|
|
+ <!-- <view class=" padding-container" bind:tap="toMoreIntro"> -->
|
|
|
+ <view class=" padding-container">
|
|
|
<view class="location-text-info border-btn">
|
|
|
- <view class="detail-title">房源介绍
|
|
|
- <view class="arrow-right fr"></view>
|
|
|
+ <!-- <view class="detail-title">房源介绍 -->
|
|
|
+ <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>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 配套设施 -->
|
|
|
+ <view class=" padding-container">
|
|
|
+ <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">微波炉</text>
|
|
|
+ <text class="tag-item">洗碗机</text>
|
|
|
+ <text class="tag-item">浴缸</text>
|
|
|
+ <text class="tag-item">食品储蓄室</text>
|
|
|
+ <text class="tag-item">藏书师</text>
|
|
|
+
|
|
|
</view>
|
|
|
- <view class="detail-text">{{ house.remarks }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
+
|
|
|
<view class="padding-container">
|
|
|
<view class="detail-title m-t-32">推荐房源({{recommendList.length}})</view>
|
|
|
<view class="house-list">
|