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