index.wxml 127 B

123
  1. <scroll-view class="cat-scroll-view custom-class" scroll-y="{{ true }}" bindscroll="onScroll">
  2. <slot></slot>
  3. </scroll-view>