【小程序】使用uni-app搭建小程序环境---滚动位置

uni.createSelectorQuery().select(".comment").boundingClientRect((res)=>{
    console.log(res);
    // console.log(_this.imgHeight ,_this.imgHeight * 27);
    uni.pageScrollTo({
        duration:0,
        scrollTop:7614 - 44
    })
}).exec();

 

【小程序】使用uni-app搭建小程序环境---滚动位置

上一篇:【小程序】使用uni-app搭建小程序环境---工程结构和页面管理


下一篇:【小程序】使用uni-app搭建小程序环境---列表上拉加载更多