日照项目的居民端小程序
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.
 
 
 

29 lines
898 B

<view class="g-bd" wx:if="{{ iniLoaded }}">
<view class="g-fixed_top" style="top:0;">
<top-tabs bind:shift="handleShiftMenu"
curr-menu="{{ current }}"
menu-list="{{ menuList }}" />
</view>
<swiper class="m-swiper_list"
current="{{ current }}"
bindchange="handleSwiperChange">
<swiper-item>
<list status="under_auditting"
list-is-mock="{{ false }}"
list-params="{{ {groupId: groupId, applyStatus:'under_auditing'} }}"
list-url="{{ listUrl }}"
id="under_auditting"/>
</swiper-item>
<swiper-item>
<list status="rejected"
list-is-mock="{{ false }}"
list-params="{{ {groupId: groupId, applyStatus:'rejected'} }}"
list-url="{{ listUrl }}"
id="rejected"/>
</swiper-item>
</swiper>
</view>
<loading showed="{{!iniLoaded}}" />
<modal id="modal"></modal>