1***@qq.com
1***@qq.com
  • 发布:2021-12-16 14:10
  • 更新:2023-07-07 15:24
  • 阅读:714

uni.createSelectorQuery 在android-APP的组件上运行报错,在H5上运行一点问题都没有

分类:uni-app

报错是这样:

14:01:37.727 [JS Framework] Failed to execute the callback function:
14:01:37.758 TypeError: Cannot read property 'nodeId' of undefined
14:01:37.788 reportJSException >>>> exception function:WEEX_CALL_JAVASCRIPT, exception:JavaScript execute error!Uncaught TypeError: Cannot read property 'nodeId' of undefined

运行的代码是这样的

 const query = uni.createSelectorQuery().in(this)  
                query.select('.picker-scroll-mask').boundingClientRect((mask)=>{  
                    // mask.height  
                    this.list_height=mask.height  
                }).exec()  

组件上绝对有 class='picker-scroll-mask' 这样的DOM

2021-12-16 14:10 负责人:无 分享
已邀请:
1***@qq.com

1***@qq.com

解决了吗

要回复问题请先登录注册