posts - 144,comments - 11,views - 86825

需要在对应的json文件或者app.json下面加上

enablePullDownRefresh:true

如果看不见加载动画,在app.json下面加上

backgroundTextStyle: 'dark',

下拉刷新需要在页面上执行,而不是组件

onPullDownRefresh(){
      this.getWeather();
      wx.stopPullDownRefresh();
}

 

posted on   chenlw101  阅读(756)  评论(0编辑  收藏  举报
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

点击右上角即可分享
微信分享提示