onReachBottom无法触发(20170518)?
onReachBottom: function () { console.log( "123" ) } |
如题,在MAC上和真机上测试都没反应
enablePullDownRefresh这个参数尝试改为true或者false也没用
7 回复
onReachBottom | Function | 页面上拉触底事件的处理函数 |
onPullDownRefresh
: 下拉刷新
监听用户下拉刷新事件。
需要在
config
的window
选项中开启enablePullDownRefresh
。当处理完数据刷新后,
wx.stopPullDownRefresh
可以停止当前页面的下拉刷新。
触底事件和配置enablePullDownRefresh无关吧,这个配置只是控制是否启用下拉刷新功能而已
触底事件是你当前页面上拉到底部才触发