我记得去年使用shyline渲染 感觉还可以 但是今年感觉它变得卡顿了呢 有没有同样感受的 这是什么原因
<view class="container">
<scroll-view type="custom" scroll-y scroll-into-view="{{showId}}" show-scrollbar="{{false}}" enable-passive="{{true}}" scroll-with-animation="{{true}}" >
<sticky-section wx:for="{{data.items}}" wx:key="index">
<list-view>
</list-view>
</sticky-section>
</scroll-view>
</view>
