- <!--module/diet/pages/science-list/science-list.wxml-->
- <t-navbar title="宣教通知" left-arrow />
- <view style="flex: auto;overflow: hidden;">
- <scroll-view class="list-wrapper scrollable" scroll-y type="custom" enhanced bind:scrolltolower="loadMore">
- <list-builder list="{{dataset}}" child-height="125">
- <education-card slot:item slot:index item="{{item}}" index="{{index}}"></education-card>
- </list-builder>
- <view class="tips" wx:if="{{loading}}">加载中...</view>
- <view class="tips" wx:elif="{{isLastPage}}">没有更多的了</view>
- </scroll-view>
- </view>
- <view style="height: {{container.safeBottomOffset}}px;flex: none;"></view>
- <t-message id="{{$messageId}}" />
|