index.wxml 376 B

123456
  1. <view id="mylisttop" />
  2. <scroll-view class="scroll-view" scroll-y scroll-x="{{scrollX}}" refresher-enabled='{{pullDown}}' refresher-triggered='{{inRefresh}}' style="height: {{height}}px;" triggered='{{true}}' bindrefresherrefresh='pullToRefresh' lower-threshold='300' bindscrolltolower='loadThePage'>
  3. <slot />
  4. <view class="safety" wx:if="{{safety}}" />
  5. </scroll-view>