提交 5c1e993f 编写于 作者: DCloud_iOS_XHY's avatar DCloud_iOS_XHY

修复 scroll-view 下拉刷新示例日志打印错误的问题

上级 03fdc43e
......@@ -48,7 +48,7 @@
console.log("onRefresherrestore------下拉刷新被复位")
},
onRefresherpulling(e : RefresherEvent) {
console.log("onRefresherrestore------拉刷新控件被下拉-dy=" + e.detail.dy)
console.log("onRefresherpulling------拉刷新控件被下拉-dy=" + e.detail.dy)
},
onScrolltolower(e : ScrollToLowerEvent) {
console.log("onScrolltolower 滚动到底部-----" + e.detail.direction)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册