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.
24 lines
783 B
24 lines
783 B
<view class="g-bd" wx:if="{{ iniLoaded }}">
|
|
<view class="g-fixed_top">
|
|
<top-tabs bind:shift="handleShiftMenu" curr-menu="{{ current }}" menu-list="{{ menuList }}" />
|
|
</view>
|
|
<swiper class="m-swiper_list" current="{{ current }}" bindchange="handleSwiperChange">
|
|
<swiper-item>
|
|
<list wx:if="{{ iniLoaded }}"
|
|
status="2"
|
|
list-is-mock="{{ false }}"
|
|
list-params="{{ listParams1 }}"
|
|
list-url="{{ listUrl }}"/>
|
|
</swiper-item>
|
|
<swiper-item>
|
|
<list wx:if="{{ iniLoaded }}"
|
|
status="3"
|
|
list-is-mock="{{ false }}"
|
|
list-params="{{ listParams2 }}"
|
|
list-url="{{ listUrl }}"/>
|
|
</swiper-item>
|
|
</swiper>
|
|
</view>
|
|
|
|
<loading showed="{{ !iniLoaded }}" />
|
|
<modal id="modal"></modal>
|