# stopPullDownRefresh(Object object)

停止**当前**页面下拉刷新。

## 支持说明

应用能力 | Android | iOS | PC | Harmony | 预览效果
---|---|---|---|---|---
小程序 | **✓** | **✓** | **X** | V7.35.0+ | 预览
网页应用 | **X** | **X** | **X** | **X** | /

## 输入

继承[标准对象输入](https://open.feishu.cn/document/uYjL24iN/ukzNy4SO3IjL5cjM)，无扩展属性

## 输出

继承[标准对象输出](https://open.feishu.cn/document/uYjL24iN/ukzNy4SO3IjL5cjM#8c92acb8)，无扩展属性

## 示例代码

```js
tt.stopPullDownRefresh({
	complete: function (res) {
	    tt.hideToast()
        console.log(res)
    }
})
```

`success`返回对象示例：
```json
{
    "errMsg": "stopPullDownRefresh:ok"
}
```