榆山
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.
 
 

34 lines
1.3 KiB

<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-tab key="tab4" title="党员认证失败"></wux-tab> -->
</wux-tabs>
</view>
<block>
<block wx:if="{{ index == '0' }}">
<view class="swiper-item-con">
<userManage id="state-0" state="0"></userManage>
</view>
</block>
<block wx:if="{{ index == '1' }}">
<view class="swiper-item-con">
<userManage id="state-1" state="1"></userManage>
</view>
</block>
<block wx:if="{{ index == '2' }}">
<view class="swiper-item-con">
<userManage id="state-2" state="2"></userManage>
</view>
</block>
<block wx:if="{{ index == '3' }}">
<view class="swiper-item-con">
<userManage id="state-3" state="3"></userManage>
</view>
</block>
</block>
</view>