Problems with better-scroll pull-up loading

the pull-up loading feature is used with better-scroll for the first time. After the data is loaded with the rendering list, the list will automatically bounce back to the original position and will not stay in the loaded list position. The loaded data are all stitched together by concat. What is the reason for this?


pull up and load, pull down and refresh. Do not use better-scroll. This is only a castrated version of iscroll. It is recommended that a domestic mescroll
http://www.mescroll.com/


you need to listen for data
watch: {

       data(val){
           this.$nextTick(() => {
                   this.scroll.refresh()
                   this.scroll.finishPullUp()
           })
       }

}