
	<movable-area class="mc-recycle-list mc-class" style="height: {{ height }}">
		<movable-view class="mc-recycle-list__scroll" style="height: calc(100% + {{ refreshHeight }}rpx);" direction="vertical" y="{{ y }}" disabled="{{ disabled }}" bind:change="handleMoveChange" bind:touchend="handleTouchEnd">
			<recycle-list-core class="mc-recycle-list__view" mc-class="core-class" pull-up-class="pull-up-class" show="{{ show }}" total="{{ total }}" current="{{ current }}" scroll="{{ scroll }}" showScrollStatus="{{ showScrollStatus }}" disabled="{{ disabled }}" scrollTop="{{ scrollTop }}" pullUpStyle="{{ pullUpStyle }}" lower-threshold="{{ lowerThreshold }}" listen-scroll="{{ listenScroll }}" height="100%" bind:ready="handleCoreReady" bind:loadData="handleLoadData" bind:scroll="handleScroll">
				<view wx:if="{{ pull }}" id="mc-refresh-view" class="mc-recycle-list__pull-down pull-down-class" style="height: {{ refreshHeight }}rpx; {{ pullDownStyle }}">
					<text class="mc-recycle-list__text">{{ PULL_DOWN_STATUS[pullDownStatus] }}</text>
				</view>

				<slot/>
				<slot slot="extra" name="extra"/>
			</recycle-list-core>
		</movable-view>
	</movable-area>
