场景:在web调试时当屏幕宽度大于800多时 可以触发监听事件,小于不能触发。
在移动端也不能触发
事件:@scrolltoupper="upper" @scrolltolower="lower" @scroll="scroll"
样式:.scroll-Y {
height: 2000px;
width: 100%;
}
标签:<scroll-view :scroll-top="scrollTop" scroll-y="true" class="scroll-Y" @scrolltoupper="upper" @scrolltolower="lower" @scroll="scroll">
<!---省略 ->
</scroll-view>
妖怪王子
- 发布:2019-05-24 14:56
- 更新:2021-01-08 13:54
- 阅读:2283
2 个回复
妖怪王子 (作者)
附件内容
妖怪王子 (作者)
有的