my.stopPullDownRefresh2022-07-25 11:19Stop the pull-to-refresh for the current page.Sample Code:copyPage({ onPullDownRefresh(){ my.stopPullDownRefresh() } })