You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
685 B

<wxs module="refresher" src="./index.wxs"></wxs>
<view class="refresh-wrap" style="{{backgroundColor ? 'background-color:' + backgroundColor + ';' : ''}}">
<view class="refresh" style="{{color ? 'border-color:' + color + ';' : ''}}"></view>
</view>
<view class="wrap" change:refreshed="{{refresher.onRefreshed}}" refreshed="{{refreshed}}" change:refreshing="{{refresher.onRefreshing}}" refreshing="{{refreshing}}" data-dist-max="{{distMax}}" data-type="{{type}}" data-reach-top="{{reachTop}}" bind:touchstart="{{refresher.touchStart}}"
bind:touchmove="{{refresher.touchMove}}" bind:touchend="{{refresher.touchEnd}}">
<view class="intersection-dot"></view>
<slot></slot>
</view>