A1300399510 4d3ff75621 提交
2023-05-08 14:25:23 +08:00

333 lines
17 KiB
Plaintext

<view class="container" wx:if="{{ !loding }}">
<header-nav inner-text="Some text" isIndexPage="index">寄托香港租房</header-nav>
<!-- swiper -->
<head-swiper attachment="{{ banner }}" isInner="1"></head-swiper>
<view class="headSwiper">
</view>
<!-- 搜索 -->
<navigator url="/pages/search/search" class="search-btn" hover-class="hover">
<!-- <image class='searchbtn' src="../../img/search-6.png" />搜索房源 -->
<image class='searchbtn' src="../../img/search-6.png" />搜索房源或输入房源ID
</navigator>
<!-- 分类 -->
<view class="types-tab">
<navigator class="item" url="/pages/personList/personList" hover-class="hover">
<view class="img-box">
<image src="/img/hkperson.jpg"></image>
</view>
<!-- <view>香港个人房源</view> -->
<view>个人房源</view>
</navigator>
<navigator class="item" url="/pages/irentList/irentList" hover-class="hover">
<view class="img-box">
<image src="/img/hkbrands.jpg"></image>
</view>
<view>品牌公寓</view>
</navigator>
<!-- <navigator class="item" url="/pages/UK/UK" hover-class="hover">
<view class="img-box">
<image src="/img/uk-apartment.png"></image>
</view>
<view>英国学生公寓</view>
</navigator> -->
<navigator class="item" url="/pages/restOfWorld/restOfWorld" hover-class="hover">
<view class="img-box">
<image src="/img/uk-apartment.png"></image>
<!-- <image src="/img/worldother.jpg"></image> -->
</view>
<!-- <view>世界各地房源</view> -->
<view>求房源</view>
</navigator>
<!-- <navigator class="item" url="/pages/chooseLocation/chooseLocation" hover-class="hover"> -->
<navigator class="item" url="/pages/edit/edit?cityName=香港&alias=Hongkong&uniqid=kbu4a9v7CjzvjJ__vUlA_jYDaTVRHWsf93n0bXfpkc4Q5XuCsk2ubBTz-qLRaUT_87YAS_ET7pf5tt0itORxLtPJJ7C76Q5_qXBATZgDTr_uyuBsaOnC0YA0Gm239lTdshoOpmqksJ85qQMXI_-jSNt7O4wZA5bropLHPIPdq6sX51OVn1WobolXqAcUbe-4mXPFIFpawZNCwmPlLf8e2ZZdkxkmfq_fCw7Pd8jj5rFiJh2_Im7unspYmE8nOO4iePI0wmW9F50tai27VeWj2s2mmGO6kiqhIb3B_Irub_WT3ys-0-1Yvf9oHop6dz0TAXgc6-ReM_tIZDE0NQ~~" hover-class="hover">
<view class="img-box addhousingresource-icon">
<view class="addhousingresource-yellow">
<view class="across"></view>
<view class="vertical"></view>
</view>
</view>
<view style="color: #ffc05f;">发布房源</view>
</navigator>
</view>
<!-- 区域选择 新 -->
<view class="area-selection" wx:if="{{ envVersionState && false }}">
<view class="head flexacenter shadow">
<view class="head-item flexcenter flex1 {{ item == areaTab ? 'pitch' : '' }}" wx:for="{{ areaList }}" wx:key="index" bindtap="setValue" data-key="areaTab" data-value="{{ item }}">
学校附近
<view class="head-underline" wx:if="{{ item == areaTab }}"></view>
</view>
</view>
<view class="area-content shadow">
<view class="area-data flexcenter">
<image class="area-icon" mode="widthFix" src="/img/area-icon.png"></image>
当前共有 <view class="area-amount">13298</view> 个房源
</view>
<view wx:if="{{ areaTab == 'school' }}" class="area-list area-school flexflex">
<view class="area-item flexcenter" wx:for="{{ 10 }}" wx:key="index">港岛</view>
</view>
<view wx:if="{{ areaTab == 'district' }}" class="area-list area-district flexflex">
<view class="area-item flexcenter" wx:for="{{ 3 }}" wx:key="index">港岛</view>
</view>
<block wx:if="{{ areaTab == 'type' }}">
<view class="area-list area-type flexflex">
<view class="area-type-name">合租</view>
<view class="area-type-block flex1 flexflex">
<view class="area-item flexcenter" wx:for="{{ 5 }}" wx:key="index">港岛</view>
</view>
</view>
<view class="area-list area-type flexflex">
<view class="area-type-name">合租</view>
<view class="area-type-block flex1 flexflex">
<view class="area-item flexcenter" wx:for="{{ 5 }}">港岛</view>
</view>
</view>
</block>
</view>
<page-container show="{{ false }}" z-index="{{ 1001 }}">
<view class="area-pop-header" style="height: {{ screen_data.totalTopHeight }}px;">
<view style="height:{{screen_data.statusBarHeight}}px"></view>
<view class="flexacenter" style="height:{{screen_data.titleBarHeight}}px">
<view class="area-pop-header-left flexacenter flex1">
<image mode="widthFix" class="" src="/img/back.png"></image>
</view>
<view class="area-pop-header-title">区域找房</view>
<view class=" flex1"></view>
</view>
</view>
<view class="area-pop-content flexflex" style="top: {{ screen_data.totalTopHeight }}px;">
<view class="flexflex flex1">
<view class="area-pop-content-left">
<view class="area-pop-content-left-item pitch flexcenter">港岛</view>
<view class="area-pop-content-left-item flexcenter">九龙</view>
<view class="area-pop-content-left-item flexcenter">新界</view>
</view>
<view class="area-pop-content-right flex1">
<view class="area-pop-content-right-item flexacenter" wx:for="{{ 10 }}" wx:key="index">
<view class="area-pop-content-right-name">不限</view>
<view class="area-pop-content-right-operate"></view>
</view>
</view>
</view>
<view class="area-pop-bottom flexacenter">
<view class="area-pop-reset-btn flexcenter">
<image class="" src="/img/reset.svg"></image>
重置
</view>
<view class="area-pop-confirm-btn flex1 flexcenter">确定</view>
</view>
</view>
</page-container>
</view>
<!-- 公寓列表 新 -->
<view class="apartment-block" wx:if="{{ envVersionState && false }}">
<scroll-view scroll-x="{{ true }}" class="scroll">
<view class="apartment-list flexflex">
<view class="apartment-item flexflex" wx:for="{{ apartment }}" wx:key="index" bindtap="publicJumps" data-url="/pages/irentDetail/irentDetail?uniqid={{ item.id }}">
<view class="apartment-name">{{ item.title }}</view>
<view class="apartment-introduce">{{ item.propaganda }}</view>
<view class="apartment-image-list flexacenter">
<block wx:for="{{ item.images }}" wx:key="index">
<image class="apartment-image-item" wx:if="{{ index < 2}}" src="{{ item }}"></image>
</block>
</view>
</view>
</view>
</scroll-view>
</view>
<!-- 数据列表 tab 新 -->
<view class="tab-list flexacenter" wx:if="{{ envVersionState && false }}">
<view class="tab-item {{ item.select ? 'pitch' : '' }}" wx:for="{{ recommendedTab }}" wx:key="index" bindtap="setValue" data-key="tabValue" data-value="{{ index }}">{{ item.name }}</view>
<!-- <view class="tab-green" style="left: {{ tabList[tabValue].left }}rpx;"></view> -->
</view>
<view class="pinterest-list flexflex" wx:if="{{ envVersionState && false }}">
<!-- 广告 -->
<image class="pinterest-list-item" mode="widthFix" src="https://axure-file.lanhuapp.com/md516b251fb-9cfa-46fc-a9b6-2a41a7b4dc37__3e8c7ffd967c39e01538667fc12558ab.svg"></image>
<!-- 公寓 -->
<view class="pinterest-list-item apartment" wx:if="{{ false }}">
<view class="apartment-top flexcenter">
<image class="apartment-icon" mode="widthFix" src="/img/apartment-icon.png"></image>
<image class="apartment-text" mode="widthFix" src="/img/apartment-text.png"></image>
</view>
<image class="apartment-img" mode="widthFix" src="https://oss.gter.net/Zvt57TuJSUvkyhw-xG7Y2l-R-JIscHrqqsgFptxhXa6SWi2uePJ5Bg8cFLPIvsEG-4BUA27F7lfn5E55tXAL34gR30LsULxzarqa1zx17l80NDI5"></image>
<view class="apartment-name">iRent油麻地二期公寓</view>
<view class="apartment-introduce">年轻有活力且超有玩趣的公寓</view>
<view class="apartment-price">
<view class="apartment-price-item flexacenter" wx:for="{{ 2 }}" wx:key="index">
<view class="apartment-price-name">单人套间</view>
<view class="apartment-price-cost flex1 flexacenter">
<view class="apartment-price-unit">HK$</view>
<view class="apartment-price-number">7200</view>
/月
</view>
</view>
</view>
<view class="apartment-price-more flexcenter">更多</view>
</view>
<!-- 普通 -->
<view class="pinterest-list-item general">
<image class="general-img" mode="widthFix" src="https://oss.gter.net/Zvt57TuJSUvkyhw-xG7Y2l-T950rd3bqqsgFptxhXa6SWi2uePJ5Bg8VFrPIvsEG-4BUCm7F7lfn5E5jtX0K_tdQgQ_5bap6c_Ca1y466joQa7aoNKTjEaE0NDI5"></image>
<view class="general-name">
<view class="general-tag flexcenter">整租</view>
大学附近 | 中城浸教公大理公 两房一厅,设备齐全拎包入住
</view>
</view>
<view wx:for="{{ 3 }}" wx:key="index" class="pinterest-list-item apartment">2323</view>
</view>
<!-- 个人房源 -->
<view class="house-block">
<navigator url="/pages/personList/personList" hover-class="hover" class="title">
<view>个人房源</view>
<view class="more">
more
<image src="/img/more-yellow.png"></image>
</view>
</navigator>
<scroll-view scroll-x="true" class="scroll">
<view class="inner-scroll">
<block wx:for="{{ HKhousing }}" wx:key="index">
<block wx:if="{{ index<HKhousing.length-1 }}">
<!-- 非广告 -->
<navigator class="item" hover-class="hover" url="/pages/show/show?tid={{ item.tid }}&uniqid={{ item.uniqid }}&cityid=1" wx:if="{{ !advListHKhousing[index+1] }}">
<view class="card">
<card-person isads="{{false}}" item="{{ item }}"></card-person>
</view>
</navigator>
<!-- 广告 -->
<navigator class="item" hover-class="hover" url="/{{ advListHKhousing[index+1].path }}" wx:if="{{ advListHKhousing[index+1] }}">
<view class="card">
<card-person bindcloseAd="closeAd" bindclickAD="clickAD" isads="true" item="{{ advListHKhousing[index+1] }}"></card-person>
</view>
</navigator>
</block>
</block>
<navigator class="item" hover-class="hover" url="/pages/personList/personList" wx:if="{{ HKhousing.length>0}}">
<view class="card">
<card-person item="{{ HKhousing[HKhousing.length-1] }}"></card-person>
</view>
<view class="last-child">
<view class="btn">查看更多
<image src="/img/more-white.png"></image>
</view>
</view>
</navigator>
<view class="right"></view>
</view>
</scroll-view>
</view>
<!-- 品牌公寓 -->
<view class="house-block house-brands">
<navigator url="/pages/irentList/irentList" hover-class="hover" class="title">
<view>品牌公寓</view>
<view class="more">
more
<image src="/img/more-blue.png"></image>
</view>
</navigator>
<scroll-view scroll-x="true" class="scroll">
<view class="inner-scroll">
<block wx:for="{{ HKapartment }}" wx:key="index">
<navigator class="item" hover-class="hover" url="/pages/irentDetail/irentDetail?uniqid={{item.uniqid}}" wx:if="{{ index<HKapartment.length-1 }}">
<view class="card">
<card-brands bindplay="play" item="{{ item }}" index="{{ index }}"></card-brands>
</view>
</navigator>
</block>
<navigator class="item" hover-class="hover" url="/pages/irentList/irentList" wx:if="{{ HKapartment.length>0}}">
<view class="card">
<card-brands bindplay="play" item="{{ HKapartment[HKapartment.length-1] }}"></card-brands>
</view>
<view class="last-child">
<view class="btn">查看更多
<image src="/img/more-white.png"></image>
</view>
</view>
</navigator>
<view class="right"></view>
</view>
</scroll-view>
</view>
<!-- 世界各地房源 -->
<view wx:if="{{ otherHousing.length>0 }}" class="house-block world-block">
<navigator url="/pages/restOfWorld/restOfWorld" hover-class="hover" class="title">
<!-- <view>世界各地房源</view> -->
<view>求房源</view>
<view class="more">
more
<image src="/img/more-green.png"></image>
</view>
</navigator>
<scroll-view scroll-x="true" class="scroll">
<view class="inner-scroll">
<!-- <block wx:for="{{ otherHousing }}" wx:key="index"> -->
<block wx:for="{{ findHouseSource }}" wx:key="index">
<block wx:if="{{ index<otherHousing.length-1 }}">
<!-- 非广告 -->
<navigator class="item" hover-class="hover" url="/pages/show/show?tid={{ item.tid }}&uniqid={{ item.uniqid }}" wx:if="{{ !advListotherHousing[index+1] }}">
<view class="card">
<card-person world="true" bindclickAD="clickAD" bindcloseAd="closeAd" isads="{{ false }}" item="{{ item }}"></card-person>
</view>
</navigator>
<!-- 广告 -->
<navigator class="item" hover-class="hover" url="/{{ advListotherHousing[index+1].path}}" wx:if="{{ advListotherHousing[index+1] }}">
<view class="card">
<card-person world="true" bindclickAD="clickAD" bindcloseAd="closeAd" isads="{{ true }}" item="{{ advListotherHousing[index+1] }}"></card-person>
</view>
</navigator>
</block>
</block>
<navigator class="item" hover-class="hover" url="/pages/restOfWorld/restOfWorld" wx:if="{{ otherHousing.length>0}}">
<view class="card">
<card-person world="true" item="{{ otherHousing[otherHousing.length-1] }}"></card-person>
</view>
<view class="last-child">
<view class="btn">查看更多
<image src="/img/more-white.png"></image>
</view>
</view>
</navigator>
<view class="right"></view>
</view>
</scroll-view>
</view>
<!-- 服务号推广 -->
<image mode='widthFix' show-menu-by-longpress class="popularize" src="{{ service }}" bindtap="copy"></image>
<!-- <image mode='widthFix' show-menu-by-longpress class="popularize" src="../../img/1.jpg" bindtap="copy"></image> -->
<fix-footer unreadMessages="{{ unreadMessages }}" bottomLift="{{ bottomLift }}"></fix-footer>
<view class='video-box' wx:if="{{ video }}">
<!-- <image src="../../img/close.png" class='close' bindtap='close_video'></image> -->
<video src="{{ video }}" custom-cache="{{false}}" autoplay='true'>
<cover-view bindtap="closePage" style="top:{{ screen_data.statusBarHeight -5 }}px;height:{{ screen_data.titleBarHeight +10 }}px;width:{{ screen_data.titleBarHeight +10 }}px" class="cover">
<cover-image class="image" src="/img/close-f.png"></cover-image>
</cover-view>
</video>
</view>
<announcement-popup interface="home" init="{{ initState }}"></announcement-popup>
</view>