tt.stopPullDownRefresh
2020-02-12 16:10 更新
停止当前页面下拉刷新。
输入
继承标准对象输入,无扩展属性
输出
各 callback 参数均无额外属性
代码示例
tt.stopPullDownRefresh({
success: function() {
console.log(`stopPullDownRefresh调用成功`);
},
fail: function() {
console.log(`stopPullDownRefresh调用失败`);
}
});
以上内容是否对您有帮助:
更多建议: