| | |
| | | <view class="dyt-list" style="position: relative;"> |
| | | <scroll-view style="height: 100vh;" |
| | | <scroll-view a:if="{{!showEmptyDefault&&list.length>0}}" style="height: 100vh;" |
| | | scroll-y onScrollToLower="scrollMytrip" enable-back-to-top="true"> |
| | | <import src="../template/template.axml"/> |
| | | <template is="commonActivityListItem" a:for="{{list}}" data="{{item}}"/> |
| | | <include src="../loading_view.axml" /> |
| | | <include src="../loading_view.axml" /> |
| | | <template is="page-footer" data="{{showFooter}}"/> |
| | | </scroll-view> |
| | | <import src="../template/template.axml"/> |
| | | <template a:if="{{showEmptyDefault}}" is="page-result-empty" data="{{title:'亲,暂无数据哦'}}"/> |
| | | </view> |