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

【uniapp页面滚动到页面可指定位置】相逢意气为君饮,系马高楼垂柳边。这篇文章主要讲述uniapp页面滚动到页面可指定位置相关的知识,希望能为你提供帮助。

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

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


    推荐阅读