|
|
|
@ -21,7 +21,7 @@
|
|
|
|
|
</view> |
|
|
|
|
</picker> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<text>{{cityName}}</text> |
|
|
|
|
<image class="tag" src="../../assets/images/arrow-down.png"></image> |
|
|
|
|
</view> |
|
|
|
@ -29,8 +29,8 @@
|
|
|
|
|
<image class="cal-back" src="../../assets/images/cal-back.png"></image> |
|
|
|
|
<view class="calendar-box"> |
|
|
|
|
<!-- <calendar bind:callSomeFun="onShow"></calendar> --> |
|
|
|
|
<ui-calendar ex-class="calendar-cm-month" bindonDayTap="onCalendarDayTap" auctionCount="{{auctionCount}}" listedCount="{{listedCount}}" |
|
|
|
|
displayTime="{{calendarDisplayTime}}" selectedDate="{{calendarSelectedDate}}" |
|
|
|
|
<ui-calendar ex-class="calendar-cm-month" bindonDayTap="onCalendarDayTap" auctionCount="{{auctionCount}}" |
|
|
|
|
listedCount="{{listedCount}}" displayTime="{{calendarDisplayTime}}" selectedDate="{{calendarSelectedDate}}" |
|
|
|
|
displayMonthNum="{{calendarDisplayMonthNum}}" is-show="{{isCalendarShow}}"></ui-calendar> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -38,21 +38,40 @@
|
|
|
|
|
<view class="tab"> |
|
|
|
|
<view class="tab-item {{item.id===active?'active':''}}" wx:for="{{tabList}}" wx:for-index="i" wx:for-item="item" |
|
|
|
|
wx:key="id" bindtap="tabDowm" data-id="{{item.id}}"> |
|
|
|
|
<text class="tab-title">{{item.name}}</text> |
|
|
|
|
<view class="tab-title"> |
|
|
|
|
{{item.name}} ({{item.id == 1?info.length:infoT.length}}) |
|
|
|
|
</view> |
|
|
|
|
<image class="tab-tag" src="../../assets/images/tab-tag.png"></image> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- 展示部分 --> |
|
|
|
|
<view class="list" wx:if="{{info.length>0}}"> |
|
|
|
|
<view class="item one-title" wx:key="id" wx:for="{{info}}" wx:for-index="id" wx:for-item="item" |
|
|
|
|
bindtap="navigate" data-id="{{item.landListedId}}"> |
|
|
|
|
{{item.landListedId}} |
|
|
|
|
<view wx:if="{{active == 1}}"> |
|
|
|
|
<view class="list" wx:if="{{info.length>0}}"> |
|
|
|
|
<view class="item one-title" wx:key="id" wx:for="{{info}}" wx:for-index="id" wx:for-item="item" |
|
|
|
|
bindtap="navigate" data-id="{{item.landListedId}}"> |
|
|
|
|
{{item.landListedId}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="list" wx:if="{{info.length<=0}}"> |
|
|
|
|
<view class="item one-title noText"> |
|
|
|
|
暂无数据 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="list" wx:if="{{info.length<=0}}"> |
|
|
|
|
<view class="item one-title noText"> |
|
|
|
|
暂无数据 |
|
|
|
|
<view wx:else> |
|
|
|
|
<view class="list" wx:if="{{infoT.length>0}}"> |
|
|
|
|
<view class="item one-title" wx:key="id" wx:for="{{infoT}}" wx:for-index="id" wx:for-item="item" |
|
|
|
|
bindtap="navigate" data-id="{{item.landListedId}}"> |
|
|
|
|
{{item.landListedId}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="list" wx:if="{{infoT.length<=0}}"> |
|
|
|
|
<view class="item one-title noText"> |
|
|
|
|
暂无数据 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
</view> |