problem description
mint-ui loadmore pull up and get the data and let the scroll bar down 20px, how to achieve?
the environmental background of the problems and what methods you have tried
the following code does not implement
related codes
loadBottom () {
setTimeout(() => {
this.getMoreDataList() //
// this.scrollTop += 200
// console.log(this.scrollTop)
this.$refs.loadmore.onBottomLoaded()
}, 1500)
},