原生小程序的下拉刷新代碼如下onPullDownRefresh: function () { this.onLoad(); this.onShow(); wx.stopPullDownRefresh() }劃下去就上不來了,而且沒有加載動畫。 查看完整描述