uniapp 微信小程序 下拉刷新

pages.json

{
  "path":"pages/list/list",
    "style":{
      "enablePullDownRefresh": true
    }
}

在需要下拉刷新的页面,通过onPullDownRefresh可以监听到下拉刷新的动作




uniapp官方文档

你可能感兴趣的:(微信小程序,javascript,前端)