my.stopPullDownRefresh

Stop the pull-to-refresh for the current page.

Sample Code:

copy
Page({
  onPullDownRefresh(){
    my.stopPullDownRefresh()
  }
})