跳到主要内容
版本:1.x

Taro.startPullDownRefresh(param)

开始下拉刷新。调用后触发下拉刷新动画,效果与用户手动下拉刷新一致。

使用方式同 wx.startPullDownRefresh,支持 Promise 化使用。

参数

object param

属性类型默认值必填说明
successfunction接口调用成功的回调函数
failfunction接口调用失败的回调函数
completefunction接口调用结束的回调函数(调用成功、失败都会执行)

示例代码

import Taro from '@tarojs/taro'

Taro.startPullDownRefresh(params).then(...)

API支持度

API微信小程序H5React Native
Taro.startPullDownRefresh✔️✔️✔️(无动画效果)