2025-04-18 19:03:57 +08:00

40 lines
2.6 KiB
Plaintext

<!--pages/intermediaryList/intermediaryList.wxml-->
<!--index.wxml-->
<import src="../common/common.wxml" />
<view class="container" wx:if="{{ !isloding }}">
<to-top wx:if="{{ showTOTOP }}"></to-top>
<view class="header-bj"></view>
<header-nav bgcolor="{{ headerSearchTop ? '#fff' : 'transparent' }}">{{ miniProgram == 'xg' ? '寄托香港租房' : '寄托港校租房' }}</header-nav>
<xin-head-swiper wx:if="{{ attachment.length != 0 }}" class="xin-head-swiper" bindrecordSwiperHeight="recordSwiperHeight" data="{{ attachment }}"></xin-head-swiper>
<template is="list-header-search" data="{{ kw:'',disabled: true,isNeedMap: isMapFindState }}"></template>
<tab StudentapartmentNew="{{ StudentapartmentNew }}" page="quarantineLists" listTab="{{ listTab }}"></tab>
<view id="list-operations" class="list-operations {{ operationsTop ? 'list-operations-top' : '' }}" style="top: {{ screen_data.totalTopHeight - 1 }}px;">
<list-operations tabTitle="中介房源" property="{{ property }}" school="{{ school }}" types="{{ types }}" location="{{ location }}" operationstype="intermediaryhousing" money="{{ money }}" screen_data="{{ screen_data }}" roomtype="{{ roomtype }}" roomlistings="{{ roomlistings }}" bindsubmit="submitOperations" moreCondition="{{ moreCondition }}" orderbyy="{{ orderby }}"></list-operations>
</view>
<!--合租 -->
<view class='list new-list'>
<view class="loading" wx:if="{{ loading }}">
<view></view>
<view></view>
<view></view>
<view></view>
<view></view>
</view>
<template wx:if="{{ lists.length == 0 && !loading }}" data="{{ hint: '暂无数据' }}" is="empty-icon"></template>
<view class="totalSum flexcenter" wx:if="{{ totalSum !== 0 }}">- 共 <view class="num">{{ totalSum }}</view> 条中介房源 -</view>
<block wx:for="{{ lists }}" wx:key="index">
<common-list item="{{ item }}" school="{{ school.value || '' }}" isShowVideo="{{ isShowVideo }}"></common-list>
</block>
<view wx:if="{{ moreList.length != 0 }}" class="other-nearby-listings-box flexcenter">没有找到更多房源,为您推荐其他附近房源</view>
<common-list wx:for="{{ moreList }}" wx:key="index" item="{{ item }}" school="{{ school.value || '' }}" isShowVideo="{{ isShowVideo }}"></common-list>
<view class="inTheEnd" wx:if="{{ page == 0 && lists.length != 0 }}">到底了</view>
</view>
<!-- 公告弹窗组件 -->
<announcement-popup interface="listings" init="{{ initState }}"></announcement-popup>
</view>