You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
155 lines
5.5 KiB
155 lines
5.5 KiB
<cu-custom bgColor="bg-blue">
|
|
<view slot="content">欢迎使用租房掌柜</view>
|
|
</cu-custom>
|
|
|
|
<swiper class="screen-swiper square-dot" indicator-dots="true" circular="true" autoplay="true" interval="5000" duration="500">
|
|
<swiper-item wx:for="{{swiperList}}" wx:key>
|
|
<block wx:if="{{item.link}}">
|
|
<navigator url="{{item.link}}">
|
|
<image src="{{item.thumb}}" mode="scaleToFill"></image>
|
|
</navigator>
|
|
</block>
|
|
<block wx:else>
|
|
<image src="{{item.thumb}}" mode="scaleToFill"></image>
|
|
</block>
|
|
</swiper-item>
|
|
</swiper>
|
|
|
|
<scroll-view scroll-y="{{modalName==null}}" class="page {{modalName!=null?'show':''}}">
|
|
<view class="cu-list grid col-3 ">
|
|
<view class="cu-item" wx:for="{{iconList}}" wx:key wx:if="{{index<gridCol*2}}">
|
|
<navigator open-type="navigateTo" url="{{item.url}}">
|
|
<view class="cuIcon-{{item.icon}} text-{{item.color}}">
|
|
<view class="cu-tag badge" wx:if="{{item.badge!=0}}">
|
|
<block wx:if="{{item.badge!=1}}">{{expire_num}}</block>
|
|
</view>
|
|
</view>
|
|
<text>{{item.name}}</text>
|
|
</navigator>
|
|
</view>
|
|
|
|
<view class="cu-item">
|
|
<navigator open-type="navigateTo" url="/pages/house/expire">
|
|
<view class="cuIcon-formfill text-yellow">
|
|
<view class="cu-tag badge" wx:if="{{item.badge!=0}}">
|
|
<block wx:if="{{item.badge!=1}}">{{house_expire_num}}</block>
|
|
</view>
|
|
</view>
|
|
<text>房源到期</text>
|
|
</navigator>
|
|
</view>
|
|
|
|
<view class="cu-item">
|
|
<navigator open-type="navigateTo" url="/pages/house/room/expire_room?days=3">
|
|
<view class="cuIcon-sponsor text-red">
|
|
<view class="cu-tag badge" wx:if="{{item.badge!=0}}">
|
|
<block wx:if="{{item.badge!=1}}">{{expire_num}}</block>
|
|
</view>
|
|
</view>
|
|
<text>房间到期</text>
|
|
</navigator>
|
|
</view>
|
|
|
|
<!-- <view class="cu-item" bindtap="phoneCall" data-phone="18205513223">
|
|
<view class="cuIcon-dianhua text-orange">
|
|
</view>
|
|
<text>联系客服</text>
|
|
</view> -->
|
|
|
|
<view class="cu-item" >
|
|
<view class="cuIcon-dianhua text-orange">
|
|
</view>
|
|
<button class="cu-btn bg-white" style="color:#888;font-size:26rpx;" open-type='contact'>联系客服</button>
|
|
</view>
|
|
|
|
<view class="cu-item">
|
|
<navigator open-type="navigateTo" url="/pages/clean/index">
|
|
<view class="cuIcon-paint text-green">
|
|
</view>
|
|
<text>保洁服务</text>
|
|
</navigator>
|
|
</view>
|
|
|
|
</view>
|
|
</scroll-view>
|
|
|
|
<view class="cu-form-group">
|
|
<text class='cuIcon-titles text-orange '></text> 共享房源
|
|
<picker mode="region" bindchange="RegionChange" value="{{region}}" custom-item="{{customItem}}">
|
|
<view class="picker">
|
|
{{region[0]?region[0]+','+region[1]+','+region[2]:'请选择搜索区域'}}
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
|
|
<form bindsubmit="formSubmit" bindreset="formReset">
|
|
<view class="cu-bar search padding-bottom">
|
|
<view class="search-form">
|
|
<text class="cuIcon-search"></text>
|
|
<input type="text" name="search" placeholder="请输入小区名称" confirm-type="search"></input>
|
|
</view>
|
|
<view class="action">
|
|
<button class="cu-btn bg-green shadow-blur" form-type="submit">搜索</button>
|
|
</view>
|
|
</view>
|
|
</form>
|
|
|
|
<view style="margin:0rpx 30rpx 10rpx 30rpx;">
|
|
<view class="padding-bottom-xs">
|
|
<view class="cu-tag line-gray" bindtap="searchKilometre" data-num="1000">
|
|
全部
|
|
</view>
|
|
<view class="cu-tag line-blue" bindtap="searchKilometre" data-num="2">
|
|
附近2公里
|
|
</view>
|
|
<view class="cu-tag line-orange" bindtap="searchKilometre" data-num="3">
|
|
附近3公里
|
|
</view>
|
|
<view class="cu-tag line-olive" bindtap="searchKilometre" data-num="4">
|
|
附近4公里
|
|
</view>
|
|
<view class="cu-tag line-grey" bindtap="searchKilometre" data-num="5">
|
|
附近5公里
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="cu-card article no-card">
|
|
<view class="cu-item shadow " wx:for="{{data}}">
|
|
<view class="content" bindtap="toDetail" data-id="{{item.house_id}}">
|
|
<image src="{{item.thumb}}" mode="aspectFill"></image>
|
|
<view class="desc">
|
|
<view class="">{{item.name}}/{{item.room_number}}</view>
|
|
<view class="text-gray">{{item.apartment}} / {{item.floor_num}}层 / {{item.rent}}元 / {{item.measure}}㎡ </view>
|
|
<view>
|
|
<view class="cu-tag bg-red light sm fl ">{{item.city}}</view>
|
|
<view class="cu-tag bg-green light sm fl ">{{item.area}}</view>
|
|
<view class="cuIcon-dianhua text-green fr" bindtap="phoneCall" data-phone="{{item.phone}}">拨打</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- <view class="cu-bar bg-white solid-bottom margin-bottom">
|
|
<view class='action'>
|
|
<text class='cuIcon-titles text-orange '></text> 最新房源[原采集模板]
|
|
</view>
|
|
</view>
|
|
<view class="cu-card article no-card">
|
|
<view class="cu-item shadow " wx:for="{{data}}">
|
|
<view class="content">
|
|
<image src="{{item.photo}}" mode="aspectFill"></image>
|
|
<view class="desc">
|
|
<view class="">{{item.title}}</view>
|
|
<view class="text-gray">{{item.apartment}} {{item.name}}</view>
|
|
<view>
|
|
<view class="cu-tag bg-red light sm fl ">{{item.floor_num}}</view>
|
|
<view class="cu-tag bg-green light sm fl ">{{item.measure}}</view>
|
|
<view class="cuIcon-dianhua text-green fr" bindtap="phoneCall" data-phone="{{item.phone}}">拨打</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
</view> -->
|