支付宝小程序不支持in(component),使用无效果,源码中使用const query = uni.createSelectorQuery().in(this);
uni.createSelectorQuery().in(this).select('#els').boundingClientRect().exec
获取不到子节点呢,获取到的是null,不知道各位大神是怎么操作的呢,
z***@163.com
- 发布:2020-09-04 10:54
- 更新:2020-10-21 17:18
- 阅读:1305
2 个回复
HealerLZH
https://uniapp.dcloud.io/api/ui/nodes-info?id=selectorqueryin
web_fan
上面有解决方案吗?