- <view id="mylisttop" />
- <scroll-view class="scroll-view"
- scroll-y
- refresher-enabled='{{pullDown}}'
- refresher-triggered='{{inRefresh}}'
- style="height: {{height}}px;"
- triggered='{{true}}'
- bindrefresherrefresh='pullToRefresh'
- lower-threshold='300'
- bindscrolltolower='loadThePage'
- >
- <slot />
- <view class="safety" wx:if="{{safety}}" />
- </scroll-view>
|