uniapp页面滚动到页面可指定位置

				uni.createSelectorQuery().select("#submit").boundingClientRect(function(res){
					console.log("标签获取====>",typeof(res.top))
					uni.pageScrollTo({
					    scrollTop:res.top,
					    duration: 300
					});
				}).exec()

uni节点选择器资料
uni的页面滚动

posted @ 2020-05-08 11:16  阿臻  阅读(7622)  评论(0编辑  收藏  举报