Stop the pull-down refresh animation.
Page({ onPullDownRefresh() { this.fetchData().then(() => { my.stopPullDownRefresh(); }); } });