- <view class="title">海事公告</view>
- <scroll-view class="container" bindrefresherrefresh="scrollDownList" refresher-triggered="{{isFreshing}}" refresher-enabled="{{true}}" scroll-y="true" bindscrolltolower="scrollList" style="height:calc(100vh - 120rpx)">
- <view class="mb20 item" wx:for="{{list}}" wx:key="index" bind:tap="openFile" data-item="{{item}}">
- {{index+1}}. {{item.fileName}}
- </view>
- </scroll-view>
|