fileList.wxml 254 B

1234567
  1. <!--pages/publics/fileList/fileList.wxml-->
  2. <wxs module="filter" src="./util.wxs"></wxs>
  3. <view>
  4. <scroll-view scroll-y="true" style="height: 100%;padding:0;margin:0;" bindscrolltolower="scrollBottom">
  5. <include src="file.wxml" />
  6. </scroll-view>
  7. </view>