detail.wxml 754 B

123456789101112131415161718
  1. <!-- <view class='nav bg-white'>
  2. <view class='nav-title' style="top:{{StatusBar}}rpx">
  3. <view class="cu-tag round bg-white">
  4. <view wx:if="{{has_pre}}">
  5. <text class="cuIcon-back text-left padding-xs" bindtap="ReturnClick"></text>
  6. <text class="margin-left-sm margin-right-sm">|</text>
  7. </view>
  8. <text class="cuIcon-home text-left padding-xs" bindtap="ToIndexClick"></text>
  9. </view>
  10. </view>
  11. </view> -->
  12. <header-nav titleText="房源详情" />
  13. <detail-scroll house_id="{{house_id}}" agent_user="{{agent_user}}" isAgency="{{true}}" />
  14. <!-- <view class=" tabbar footer bg-white" >
  15. <contact-user style="width: 100vw" agent_user="{{agent_user}}" />
  16. </view> -->