| 123456789101112131415161718 |
- <!-- <view class='nav bg-white'>
- <view class='nav-title' style="top:{{StatusBar}}rpx">
- <view class="cu-tag round bg-white">
- <view wx:if="{{has_pre}}">
- <text class="cuIcon-back text-left padding-xs" bindtap="ReturnClick"></text>
- <text class="margin-left-sm margin-right-sm">|</text>
- </view>
- <text class="cuIcon-home text-left padding-xs" bindtap="ToIndexClick"></text>
- </view>
- </view>
- </view> -->
- <header-nav titleText="房源详情" />
- <detail-scroll house_id="{{house_id}}" agent_user="{{agent_user}}" isAgency="{{true}}" />
- <!-- <view class=" tabbar footer bg-white" >
- <contact-user style="width: 100vw" agent_user="{{agent_user}}" />
- </view> -->
|