<view><movable-area style="{{('height:'+scrollHeight+'px;width:100%')}}"><movable-view style="{{('height:'+(topHeight+scrollHeight)+'px;width:100%;z-index:3')}}" direction="vertical" out-of-bounds="{{true}}" disabled="{{!scrollmark||status==3}}" y="{{y}}" damping="{{50}}" data-event-opts="{{[['touchstart',[['touchstart',['$event']]]],['touchend',[['touchend',['$event']]]],['change',[['change',['$event']]]]]}}" bindtouchstart="__e" bindtouchend="__e" bindchange="__e"><view style="{{('height:'+topHeight+'px;position:relative')}}"><slot name="top"></slot></view><scroll-view style="{{('height:'+scrollHeight+'px;')}}" scroll-y="{{status!==3}}" scroll-with-animation="{{scrollAnimation}}" scroll-top="{{top}}" data-event-opts="{{[['scroll',[['scroll',['$event']]]],['scrolltolower',[['scrolltolower',['$event']]]]]}}" bindscroll="__e" bindscrolltolower="__e"><view><slot name="content"></slot><block wx:if="{{downLoading}}"><slot name="bottom"></slot></block></view></scroll-view></movable-view></movable-area></view>