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

42 lines
1.0 KiB

<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 id="votingList"
list-is-mock="{{ false }}"
list-params="{{ listParams1 }}"
list-url="{{ reportUrl }}"
id="voting"/>
</swiper-item> -->
<swiper-item>
<list id="turnedList"
list-is-mock="{{ false }}"
list-params="{{ listParams2 }}"
list-url="{{ reportUrl }}"
id="turned"/>
</swiper-item>
<swiper-item>
<list id="closedList"
list-is-mock="{{ false }}"
list-params="{{ listParams3 }}"
list-url="{{ reportUrl }}"
id="closed"/>
</swiper-item>
</swiper>
</view>
<loading showed="{{!iniLoaded}}" />
<modal id="modal"></modal>