提交 2ec90998 编写于 作者: Y yeyinglong

List onScrollFrameBegin 事件修改

Signed-off-by: Nyeyinglong <yeyinglong@live.com>
上级 4e781519
...@@ -271,8 +271,8 @@ struct NestedScroll { ...@@ -271,8 +271,8 @@ struct NestedScroll {
this.listPosition = 2 this.listPosition = 2
}) })
.onScrollFrameBegin((offset: number) => { .onScrollFrameBegin((offset: number) => {
if ((this.listPosition == 0 && offset >= 0) || (this.listPosition == 2 && offset <= 0)) { if ((this.listPosition == 0 && offset <= 0) || (this.listPosition == 2 && offset >= 0)) {
this.scrollerForScroll.scrollBy(0, -offset) this.scrollerForScroll.scrollBy(0, offset)
return { offsetRemain: 0 } return { offsetRemain: 0 }
} }
this.listPosition = 1 this.listPosition = 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册