<view class="in-wrap"
bindtouchstart='eventTouchStart'
bindtouchmove='eventTouchMove'>
<scroll-view
scroll-y
style='height: {{height}}px;'
bindscroll="scroll">
........
</scroll-view>
</view>
scroll-view 导致 父节点的bindtouchmove bindtouchmove 失效!!!!
有什么办法替代scroll-view 可以监听滚动事件的方法
https://developers.weixin.qq.com/miniprogram/dev/api/wxml/IntersectionObserver.html