BScroll 的运用 (vue中)
this.$nextTick(() => {
if (!this.scroll) {
this.scroll = new BScroll(this.$refs.shopcartList, {
click: true
})
} else {
this.scroll.refresh()
}
})
this.$nextTick(() => {
if (!this.scroll) {
this.scroll = new BScroll(this.$refs.shopcartList, {
click: true
})
} else {
this.scroll.refresh()
}
})