the drop-down refresh code of native Mini Program is as follows
onPullDownRefresh: function () {
this.onLoad();
this.onShow();
wx.stopPullDownRefresh()
}
if you paddle down, you won"t be able to get up, and there is no animation loaded.