my.stopPullDownRefresh2022-07-29 06:32Stop the pull-to-refresh for the current page.Sample Code:copyPage({ onPullDownRefresh(){ my.stopPullDownRefresh() } })