- <!--pages/document/document.wxml-->
- <view class="container">
- <scroll-view style="height: 100%; width: 100%;background-color: #ffffff; " scroll-y>
- <view wx:for="{{itemList}}" style="margin-top: 28rpx;" wx:key="itemIndex" wx:for-item="item">
- <documentitem id="documentItem{{index}}" itemData="{{item}}" bind:showActionWindow="showActionWindow" itemIndex="{{index}}">
- </documentitem>
- </view>
- </scroll-view>
- </view>
- <fileBottomPop id="popupwindow" style="position: absolute; left: 0;" bind:fileDel="fileDel" bind:downLoading="downLoading" bind:downLoadComplete="downLoadComplete" bind:downLoadError="downLoadError"></fileBottomPop>
|