需要在对应的json文件或者app.json下面加上
enablePullDownRefresh:true
如果看不见加载动画,在app.json下面加上
backgroundTextStyle: 'dark',
下拉刷新需要在页面上执行,而不是组件
onPullDownRefresh(){ this.getWeather(); wx.stopPullDownRefresh(); }