页面滚动使用如下API:
uni.pageScrollTo({ scrollTop:xxx, duration:xxx, // 其他参数 })
uni.pageScrollTo({
scrollTop:xxx,
duration:xxx,
// 其他参数
})