
	<scroll-view class="mc-recycle-list-core mc-class" scroll-y="{{ !disabled }}" scroll-top="{{ scrollTop }}" lower-threshold="{{ lowerThreshold }}" enable-back-to-top="{{ true }}" style="height: {{ height }}" bind:scroll="handleScroll" bind:scrolltolower="handleEndReached">
		<slot/>

		<view wx:if="{{ showScrollStatus }}" class="mc-recycle-list-core__pull-up pull-up-class" style="{{ pullUpStyle }}">
			<text class="mc-recycle-list-core__text">{{ SCROLL_STATUS[scrollStatus] }}</text>
		</view>
		<block wx:if="{{ scrollStatus !== 0 && scrollStatus !== 1 }}">
			<slot name="extra"/>
		</block>
	</scroll-view>
