下拉刷新
onPullDownRefresh为什么触发不了该函数执行,在ios中能行的通,是不是少配置了东西,是不是只能页面滚动的情况才能出发该函数,为什么在苹果机中,页面也没有滚动,也能触发该函数。
1 回复
需要在
config
的window
选项中开启enablePullDownRefresh
。
https://developers.weixin.qq.com/miniprogram/dev/api/pulldown.html#onpulldownrefresh