原生小程序的下拉刷新代码如下onPullDownRefresh: function () { this.onLoad(); this.onShow(); wx.stopPullDownRefresh() }划下去就上不来了,而且没有加载动画。 查看完整描述