关于 createSelectorQuery exec 回调结果累加的问题
- 当前 Bug 的表现(可附上截图)
我定义了以下方法,用于获取元素属性
然后我得到了下图输出,我想这张图足以表明我内心的不安。。。
- 预期表现
结果始终唯一
- 提供一个最简复现 Demo
组件中 this.createSelectorQuery().select(“xxx”).exec(resp => console.log(resp);
我定义了以下方法,用于获取元素属性
然后我得到了下图输出,我想这张图足以表明我内心的不安。。。
结果始终唯一
组件中 this.createSelectorQuery().select(“xxx”).exec(resp => console.log(resp);