67 lines
3.7 KiB
Plaintext
67 lines
3.7 KiB
Plaintext
<import src="../common/common.wxml" />
|
|
<view class="container">
|
|
<header-nav bgcolor="{{ headerSearchTop ? '#fff' : 'transparent' }}">求房源</header-nav>
|
|
<view class="header-bj"></view>
|
|
|
|
<xin-head-swiper class="xin-head-swiper" bindrecordSwiperHeight="recordSwiperHeight" data="{{ attachment }}"></xin-head-swiper>
|
|
|
|
<view wx:if="{{ identity == 1 }}" style="position: relative;">
|
|
<view style="width: 100%;height: 100%;position: absolute;z-index: 111;" catchtap="publicJumps" data-url="/pages/search/search?isAskingSearch=true"></view>
|
|
<view wx:if="{{ !allowsearch }}" catchtap="setValue" data-key="authenticationPopState" data-value="{{ true }}" class="mengcheng"></view>
|
|
<template is="list-header-search" data="{{ kw:'', isNeedMap: false, disabled: true }}"></template>
|
|
</view>
|
|
|
|
<view wx:if="{{ identity == 1 }}" id="list-operations" class="list-operations {{ operationsTop ? 'list-operations-top' : '' }}" style="top: {{ screen_data.totalTopHeight }}px;">
|
|
<view wx:if="{{ !allowsearch }}" class="mengcheng" bindtap="setValue" data-key="authenticationPopState" data-value="{{ true }}"></view>
|
|
<list-operations operationstype="askinghousing" tabTitle="求房源" property="{{ property }}" school="{{ school }}" types="{{ types }}" location="{{ {value: requestData.location, data:langs.location} }}" money="{{ money }}" screen_data="{{ screen_data }}" roomtype="{{ roomtype }}" roomlistings="{{ roomlistings }}" bindsubmit="submitOperations" moreCondition="{{ moreCondition }}" orderbyy="{{ orderby }}" bindisOpenOperations="isOpenOperations"></list-operations>
|
|
</view>
|
|
|
|
<to-top wx:if="{{ showTOTOP }}"></to-top>
|
|
|
|
<!-- 热词 -->
|
|
<view class="hot-text-box">
|
|
<view class="hot-text" wx:if="{{ groupSearch.length > 0 }}">
|
|
<view class="{{ index===selectGroupIndex ? 'active item' :'item'}}" bindtap="selectGroup" data-index="{{ index }}" wx:for="{{ groupSearch }}" wx:key="index">{{ item['keyword'] }}</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view wx:if="{{ list.length != 0 }}" class="list new-list">
|
|
<view class="totalSum flexcenter">- 共 <view class="num">{{ totalSum }}</view> 条求房源 -</view>
|
|
<common-list wx:for="{{ list }}" wx:key="index" item="{{ item }}"></common-list>
|
|
|
|
<view wx:if="{{ moreList.length != 0 }}" class="other-nearby-listings-box flexcenter">没有找到更多房源,为您推荐其他附近房源</view>
|
|
|
|
<common-list wx:for="{{ moreList }}" wx:key="index" item="{{ item }}"></common-list>
|
|
|
|
<view class="inEnd flexcenter">到底了</view>
|
|
</view>
|
|
|
|
<view class="list new-list" wx:if="{{ list.length == 0 && !loading }}">
|
|
<template is="empty-icon" data="{{ hint: '暂无数据' }}"></template>
|
|
</view>
|
|
|
|
<view class="loading" wx:if="{{ loading }}">
|
|
<view></view>
|
|
<view></view>
|
|
<view></view>
|
|
<view></view>
|
|
<view></view>
|
|
</view>
|
|
|
|
<!-- 求房源 按钮 -->
|
|
<view class="ask-housing-btn flexcenter" bindtap="goAskHousing" wx:if="{{ identity != 1 }}">
|
|
<image class="ask-housing-btn-icon" mode="widthFix" src="/img/plus-3.png"></image>
|
|
求房源
|
|
</view>
|
|
|
|
<block wx:if="{{ isAuthorization==1 }}">
|
|
<go-login bindislogin="islogin" bindauthorizationSuccess="authorizationSuccess"></go-login>
|
|
</block>
|
|
|
|
<!-- 不能用搜索功能弹窗 -->
|
|
<template wx:if="{{ authenticationPopState }}" is="asking-housing-authentication-pop"></template>
|
|
|
|
<QRCodePop wx:if="{{ QRCodePopState }}" bindclosePop="consultStateCut" typee="irent"></QRCodePop>
|
|
|
|
<template is="popwindow-box" data="{{popwindowBtnAnimationState: false,popwindowBtnState,popwindow}}"></template>
|
|
</view> |