filesbox/miniprogram/FilesBox/components/page-scroll/page-scroll.wxml
2023-09-21 10:23:31 +08:00

16 lines
474 B
Plaintext

<!--components/page-scroll/page-scroll.wxml-->
<scroll-view
class="{{hasTabbar?'container-sv':'container-sv-n'}}"
refresher-triggered="{{isPullDownRefresh}}"
refresher-enabled
refresher-background="{{refresherBackground}}"
bindrefresherrefresh="onPullDownRefresh"
bindscroll="onPageScroll"
scroll-anchoring="{{true}}"
scroll-y
bindscrolltolower="onReachBottom"
style="top:{{topHeight}};{{customStyle}}"
overflow-anchor
>
<slot />
</scroll-view>