c***@163.com
c***@163.com
  • 发布:2023-07-12 11:43
  • 更新:2023-07-12 11:43
  • 阅读:260

uview-plus组件库提供的getRect获取节点信息应该怎么使用

分类:uni-app
<script setup>  
    import {  
        getCurrentInstance,  
        ref  
    } from "vue";  
    import {  
        onLoad,  
        onReady  
    } from '@dcloudio/uni-app'  
    function getTopHeight() {  
        console.log('获取节点',uni.$u.getRect); // 打印结果为undefined  
        /*proxy.$uGetRect('.bg-top').then(res => { // 通过getCurrentInstance中的proxy能拿到$uGetRect并使用  
            // console.log('bg-top节点', res);  
            navHeight.value = res.height  
            console.log(navHeight.value);  
        })*/  
    }  
    onReady(() => {  
        getTopHeight()  
    })  
</script>

应该如何才能像官方文档中那样去使用呢

2023-07-12 11:43 负责人:无 分享
已邀请:

要回复问题请先登录注册