想用scroll-view写一个搜索框遇到顶部后固定不动 不知道为什么bindscroll死活触发不了 也不报错
wxml
<scroll-view style="height: 100%" bindscroll="scrollHhd">
<view style='background: red; height:200rpx;'></view>
<view style='height:1200rpx;'></view>
</scroll-view>
js
Page({
scrollHhd(e) {
console.log(e)
}
})
scroll-y="true" 看看? 如果不行的话 加上这个 upper-threshold = "100rpx"
还是不行。什么都打印不出来 没反应
有代码片段么 提供一下
scroll-view 是需要固定高的 你试试?
上图就是了。滚动时触发打印 无法触发