document.wxml 486 B

123456789101112
  1. <!--pages/document/document.wxml-->
  2. <view class="container">
  3. <scroll-view style="height: 100%; width: 100%;background-color: #ffffff; " scroll-y>
  4. <view wx:for="{{itemList}}" style="margin-top: 28rpx;" wx:key="index">
  5. <documentitem itemData="{{item}}" bind:showActionWindow="showActionWindow"></documentitem>
  6. </view>
  7. </scroll-view>
  8. </view>
  9. <fileBottomPop id="popupwindow" style="position: absolute; left: 0;" bind:fileDel="fileDel"></fileBottomPop>