提交 bf086080 编写于 作者: shutao-dc's avatar shutao-dc

Update scroll-view-refresher-props.uvue

上级 b594a3c6
...@@ -113,6 +113,11 @@ ...@@ -113,6 +113,11 @@
}, },
refresherrefresh() { refresherrefresh() {
console.log("下拉刷新被触发"); console.log("下拉刷新被触发");
this.refresherTriggered = true;
//不能同时关闭下拉状态和关闭下拉刷新。
setTimeout(() => {
this.refresherTriggered = false;
}, 1500)
}, },
refresherrestore() { refresherrestore() {
console.log("下拉刷新被复位"); console.log("下拉刷新被复位");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册