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

update sticky-section.uvue

上级 91937622
......@@ -40,7 +40,8 @@
//用于自动化测试
listViewScrollByY(y : number) {
const listview = this.$refs["list-view"] as UniElement
listview.scrollBy(0, y)
// listview.scrollBy(0, y)
listview.scrollTop = y
},
gotoStickyHeader(id : string) {
this.scrollIntoView = id
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册