y***@163.com
y***@163.com
  • 发布:2023-11-17 17:50
  • 更新:2023-11-18 10:19
  • 阅读:481

uni.createSelectorQuery.in(this).select("#canvas").fields({node:true,size: true}) 返回值为空数组

分类:uni-app

小程序中mounted里使用
uni.createSelectorQuery()
.in(this)
.select("#canvas")
.fields({
node: true,
size: true
})
.exec(res => {

})
res 返回[]
这是为什么啊

2023-11-17 17:50 负责人:无 分享
已邀请:
喜欢技术的前端

喜欢技术的前端 - QQ---445849201

刚试了,mounted可以的,如果不是组件可以加到onReady保险点,或者给个定时器

要回复问题请先登录注册