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.
28 lines
1.1 KiB
28 lines
1.1 KiB
5 years ago
|
<view class="page">
|
||
|
<view class="toptabs">
|
||
|
<wux-tabs controlled scroll current="{{ key }}" bindchange="onTabsChange">
|
||
|
<wux-tab wx:for="{{childNav}}" key="tab{{index+1}}" title="{{item.label}}"></wux-tab>
|
||
|
<!-- <wux-tab key="tab1" title="待处理"></wux-tab>
|
||
|
<wux-tab key="tab2" title="已结案"></wux-tab>
|
||
|
<wux-tab key="tab3" title="已关闭"></wux-tab> -->
|
||
|
</wux-tabs>
|
||
|
</view>
|
||
|
<block>
|
||
|
<block wx:if="{{ index == '0' }}">
|
||
|
<view class="swiper-item-con">
|
||
|
<project id="state-0" state="0"></project>
|
||
|
</view>
|
||
|
</block>
|
||
|
<block wx:if="{{ index == '1' }}">
|
||
|
<view class="swiper-item-con">
|
||
|
<project id="state-1" state="1"></project>
|
||
|
</view>
|
||
|
</block>
|
||
|
<block wx:if="{{ index == '2' }}">
|
||
|
<view class="swiper-item-con">
|
||
|
<project id="state-2" state="2"></project>
|
||
|
</view>
|
||
|
</block>
|
||
|
</block>
|
||
|
<image src='../../images/icon_fanhuidingbu.png' hidden='{{!floorstatus}}' class='goTop' bindtap="goTop"></image>
|
||
|
</view>
|