提交 6c3c3e11 编写于 作者: D dolymood

fix scroll sync force update no render update

上级 40d9f5e7
......@@ -218,9 +218,9 @@
},
_initPullDownRefresh() {
this.scroll.on('pullingDown', () => {
this.$emit(EVENT_PULLING_DOWN)
this.beforePullDown = false
this.isPullingDown = true
this.$emit(EVENT_PULLING_DOWN)
})
this.scroll.on('scroll', (pos) => {
......@@ -238,8 +238,8 @@
},
_initPullUpLoad() {
this.scroll.on('pullingUp', () => {
this.$emit(EVENT_PULLING_UP)
this.isPullUpLoad = true
this.$emit(EVENT_PULLING_UP)
})
},
_reboundPullDown() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册