Commit 93ade8d4 authored by JingChao's avatar JingChao

Update index.vue

parent 2ffd29d4
......@@ -285,7 +285,7 @@ export default {
setTimeout(function () {
vm.$emit('pullingDown')
vm.scroll.closePullDown() // 防止在 bounce 前二次触发
}, 500)
}, 100)
})
this.scroll.on('scroll', pos => {
......@@ -315,7 +315,7 @@ export default {
vm.pullUpNow = true
setTimeout(function () {
vm.$emit('pullingUp')
}, 500)
}, 100)
}
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment