Skip to content

Commit

Permalink
fix(scroll-view): 修复下拉刷新触发时机错误
Browse files Browse the repository at this point in the history
fix #642
  • Loading branch information
gaojian.superior committed Jan 19, 2020
1 parent c7aae83 commit 9da993c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/scroll-view/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@ export default {
() => {
this.isRefreshActive = true
this.isRefreshing = false
this.$emit('refreshActive')
},
() => {
this.isRefreshActive = false
this.isRefreshing = false
this.$emit('refreshActive')
},
() => {
this.isRefreshActive = false
Expand Down

0 comments on commit 9da993c

Please sign in to comment.