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.
12 lines
364 B
12 lines
364 B
2 years ago
|
<view class="g-bd" wx:if="{{ iniLoaded }}">
|
||
|
|
||
|
<view class="m-swiper_list">
|
||
|
<list id="releasedList" wx:if="{{ iniLoaded }}"
|
||
|
list-is-mock="{{ false }}"
|
||
|
list-params="{{ listParams }}"
|
||
|
list-url="{{ releasedUrl }}" />
|
||
|
</view>
|
||
|
</view>
|
||
|
|
||
|
<loading id="loading"></loading>
|
||
|
<modal id="modal"></modal>
|