my.stopPullDownRefresh2021-02-26 07:32Stop the pull-to-refresh for the current page.Sample Code:copyPage({ onPullDownRefresh(){ my.stopPullDownRefresh() } })