为了账号安全,请及时绑定邮箱和手机立即绑定

onscroll事件在移动端监听不到

onscroll事件在移动端监听不到

沧海一幻觉 2018-12-12 14:15:30
想完成上啦刷新的操作,就通过原生的onscroll事件来监听,在网页上和chorme的模拟器下都能够监听到,但是一到线上用手机就兼听不到了,不管是用微信还是UC浏览器都不能监听下面是componentDidMount的代码,请问移动端监听onscroll有什么需要注意的问题componentDidMount() {console.log('homeMount');const scroll = window.addEventListener('scroll', this.handleScroll);const { page, limit, mdrender } = this.props.state;this.props.actions.fetchList('/api/v1/topics', {    tab: queryString.parse(this.props.location.search).tab || 'all',    limit,    page,    mdrender});
查看完整描述

1 回答

?
DIEA

TA贡献1820条经验 获得超2个赞

const scroll = window.addEventListener('scroll', this.handleScroll,false);
试下这样写

查看完整回答
反对 回复 2019-01-02
  • 1 回答
  • 0 关注
  • 424 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信