admin
2020-12-19 84920ada00d69565bef33e7e31bc32b426ec5dc3
pages/scan-record/scan-record.axml
@@ -1,8 +1,11 @@
<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>