【微信小程序开发】微信小程序下拉刷新设置没反应的解决方法

需要在app.json 中的配置文件中配置,加上如下配置代码: 
"window":{
    "enablePullDownRefresh":true
  }