index.wxml 352 B

12345
  1. <view id="mylisttop" />
  2. <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'>
  3. <slot />
  4. <view class="safety" wx:if="{{safety}}" />
  5. </scroll-view>