<scroll-view
scroll-y
:scroll-top="scrollTop">
</scroll-view>
gotop() {
console.log('滚到顶部')
this.scrollTop = 1;
this.$nextTick(function() {
this.scrollTop = 0;
});
}