onPullDownRefresh刷新问题
在配置文件中配置了
“enablePullDownRefresh”:true
下拉刷新时不出发
onPullDownRefresh方法
onPullDownRefresh:function(){
// this.refresh
wx.showLoading({
title: ‘加载中’,
})
wx.stopPullDownRefresh()
},
3 回复
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。