Skip to content

Commit

Permalink
Merge pull request #495 from xztl/master
Browse files Browse the repository at this point in the history
Update up-list.vue
  • Loading branch information
ijry authored Aug 26, 2024
2 parents 586655a + 49f7d88 commit c439978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uni_modules/uview-plus/components/up-list/up-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
scrollTop = e.detail.scrollTop
// #endif
this.innerScrollTop = scrollTop
this.$emit('scroll', Math.abs(scrollTop))
this.$emit('scroll', scrollTop)
},
scrollIntoViewById(id) {
// #ifdef APP-NVUE
Expand Down

0 comments on commit c439978

Please sign in to comment.