<scroll-view scroll-y="true" scroll-top="0" bindscrolltolower="bottom" style="height: 100vh;width: 100%;" lower-threshold="446">
<view class="goods">
<view class="navBox">
<view class="titleBox" wx:for="{{tabList}}" wx:key="*this">
<text class="{{item.index == tabsId ? 'fontColorBox' : ''}}">{{item.title}}</text>
<hr class="{{item.index == tabsId ? 'lineBox' : ''}}" />
</view>
</view>
<swiper style="height: {{swiperHeight}}rpx;width: 100%; background-color: rgb(236, 231, 231)" class="swiperTtemBox" current="{{tabsId}}" bindchange="slideOn">
当我滑动动态加载swiper的高度的时候这个scroll-view组件的bindscrolltolower就间歇性失效,重新编译一会可以一会不可以这个怎么回事
请按照链接提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。