wx.startPullDownRefresh¶
- wx.startPullDownRefresh([success][, fail][, complete])¶
开始下拉刷新。调用后触发下拉刷新动画,效果与用户手动下拉刷新一致。参加:
enablePullDownRefresh
- 参数
success (
function()
) – 接口调用成功的回调函数fail (
function()
) – 接口调用失败的回调函数complete (
function()
) – 接口调用结束的回调函数(调用成功、失败都会执行)
- 示例
wx.startPullDownRefresh()
待处理
2021 年 12 月 25 日 研究如何引用环境变量?