码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2020-05-08 11:31:38      阅读:1040      评论:0      收藏:0      [点我收藏+]

标签:rect   cto   info   inf   位置   定位   sel   href   type   

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

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

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

标签:rect   cto   info   inf   位置   定位   sel   href   type   

原文地址:https://www.cnblogs.com/shiazhen/p/12849378.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!