stopPullDownRefresh 1.0.0+
停止当前页面下拉刷新。
输入
无输入
输出
无输出
代码示例
try {
tt.stopPullDownRefreshSync();
} catch (error) {
console.log(`stopPullDownRefresh调用失败`);
}
原文: https://developer.toutiao.com/docs/api/stopPullDownRefresh.html
stopPullDownRefresh 1.0.0+
停止当前页面下拉刷新。
无输入
无输出
try {
tt.stopPullDownRefreshSync();
} catch (error) {
console.log(`stopPullDownRefresh调用失败`);
}
原文: https://developer.toutiao.com/docs/api/stopPullDownRefresh.html
本文档使用 BookStack 构建