A1300399510 f1d75c0cac 提交
2023-05-08 20:27:12 +08:00

137 lines
7.1 KiB
Plaintext

<import src="../../wxParse/wxParse.wxml" />
<import src="../common/common.wxml" />
<view class="container">
<to-top wx:if="{{ showTOTOP }}"></to-top>
<!-- <header-nav inner-text="Some text">寄托港校租房</header-nav> -->
<header-nav inner-text="Some text">{{ topTitle }}</header-nav>
<template is="irenCouponReceive" data="{{ irentCouponBig:irentCouponBig,hideCoupon:hideCoupon,irenCouponReceive:irenCouponReceive }}"></template>
<view class='irent-list-box'>
<head-swiper attachment="{{ imgUrls }}"></head-swiper>
<tab StudentapartmentNew="{{ StudentapartmentNew}}" page="irentList" listTab="{{ listTab }}"></tab>
<!-- 附近学校 -->
<view class="nearby-school">
<view class="name">附近学校:</view>
<view class="school-list">
<scroll-view class="inner" scroll-x="true">
<view class="item {{school=='' ? 'active' :''}}" data-id="" bindtap="chooseSchool">不限</view>
<view class="item {{school==item.id ? 'active' :''}}" data-id="{{ item.id }}" bindtap="chooseSchool" wx:for="{{ schoolList }}" wx:key="index">{{ item.name }}</view>
</scroll-view>
</view>
</view>
<!-- 条件框 -->
<view class="condition-box" style="top:{{screen_data.totalTopHeight}}px">
<view class="tab">
<select-single title="请选择品牌" slots="true" list="{{ brands.list }}" value="{{ brands.value }}" bindsubmit="submitBrands">
<view class="{{ brands.value ? 'bold' :''}}">
{{ brands.value ? brands.obj[brands.value] : '品牌' }}
<image src="/img/tobottom-c.png" class="tobottom"></image>
</view>
</select-single>
</view>
<view class="tab">
<range-box title="租金区间(港元)" img="tobottom" bindsubmit="submitMoney" value1="{{ money.rent_min }}" value2="{{ money.rent_max }}">
<view wx:if="{{ money.rent_min || money.rent_max }}" class="bold">
{{ (money.rent_min || '') + '~' + (money.rent_max || '') }}
</view>
<block wx:if="{{ !money.rent_min && !money.rent_max}}">租金</block>
<image src="/img/tobottom-c.png" class="tobottom"></image>
</range-box>
</view>
<view class="tab">
<select-single title="请选择房型" slots="true" list="{{ roomtype.list }}" value="{{ roomtype.value }}" bindsubmit="submitRoomtype">
<view class="{{ roomtype.value ? 'bold' :''}}">
{{ roomtype.value ? roomtype.obj[roomtype.value] : '房型' }}
<image src="/img/tobottom-c.png" class="tobottom"></image>
</view>
</select-single>
</view>
<view class="tab">
<select-single title="请选择楼型" slots="true" list="{{ roomlistings.list }}" value="{{ roomlistings.value }}" bindsubmit="submitRoomlistings">
<view class="{{ roomlistings.value ? 'bold' :''}}">
{{ roomlistings.value ? roomlistings.obj[roomlistings.value] : '楼型' }}
<image src="/img/tobottom-c.png" class="tobottom"></image>
</view>
</select-single>
</view>
</view>
<view class='house-list apartment-list' wx:if="{{ false }}">
<view class="apartment-item" wx:for="{{ 3 }}">
<view class="apartment-top flexflex">
<view class="apartment-name">星淮酒店</view>
<image class="apartment-icon" src="https://oss.gter.net/Zvt57TuJSUvkyhw-xG7Y2l-W-JIqfHbqqsgFptxhXa6SWi2uePJ5Bg8RFLPIvsEG-4BUDm7F7lfn5E55tXAL34gR30LtAe50OOma1zx17l80NDI5"></image>
</view>
<view class="apartment-bottom">
<view class="apartment-introduce flexacenter">
<view class="apartment-tag flexcenter">星淮酒店</view>
大角咀新開業酒店
</view>
<view class="apartment-content flexflex">
<view class="apartment-message flex1 flexacenter">
<view class="apartment-quantity">
共 4 个房型
</view>
<view class="apartment-place flexacenter">
<image class="apartment-place-icon" src="/img/orientation.png"></image>
油尖旺区吴松街
</view>
</view>
<view class="apartment-price">
<view class="apartment-price-item flexacenter" wx:for="{{ 3 }}">
<view class="apartment-price-name">单人套间</view>
<view class="flexacenter">
<view class="apartment-price-symbol">HK$</view>
<view class="apartment-price-price">7800</view>
<view class="apartment-price-unit">/月</view>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
<view class='house-list'>
<block wx:for="{{ data }}" wx:key="index">
<list-item item="{{ item }}" listTab="{{ listTab }}"></list-item>
</block>
</view>
<view class="loading" hidden="{{ !loading }}">
<view></view>
<view></view>
<view></view>
<view></view>
<view></view>
</view>
<block wx:if="{{ data.length==0 && !loading }}">
<view class='nocontent'>
<image src="../../img/file.png" class='file'></image>
暂无数据
</view>
</block>
<view class='bottom-already' hidden='{{page.next_page>=1 }}'>
<!-- <view class='text'>到底啦</view> -->
<view class='more'>
<view>有疑问?</view>
<view>来找{{ contact.nickname }}</view>
<!-- <navigator url="/pages/irentForm/irentForm?from=list&uniqid=jC80yzHfav1u" class="btn btn-a">马上登记</navigator> -->
<view class='btn' bindtap='copy' data-content="{{ contact.wechat }}">复制微信号</view>
</view>
</view>
</view>
<!-- <view wx:if="{{ irenCouponReceive && irenCouponReceive.appId}}" class="irenCouponReceive">
<view bindtap="tominiProgram" class="a" data-appId="{{ irenCouponReceive.appId }}" data-path="{{ irenCouponReceive.path }}">
<image src="{{ irenCouponReceive.image }}" mode="widthFix" class="img"></image>
</view>
</view> -->
<announcement-popup interface="apartmentlist" init="{{ initState }}"></announcement-popup>
</view>