this.$nextTick(function() {
setTimeout(() => { uni.pageScrollTo({scrollTop: 99999, duration: 0});}, 50);
});
this.$nextTick(function() {
setTimeout(() => { uni.pageScrollTo({scrollTop: 99999, duration: 0});}, 50);
});