通过wx.createSelectorQuery选择的节点时动态的,所以放到了setData的回调里,那为什么有时候会报错呢,求解答
this.setData({
testList
}, function () {
wx.createSelectorQuery().select('.test-item').boundingClientRect(function (rec) {
console.log(rec.width);// 此处偶尔会报错,rec为null
}).exec();
});
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | wx.createSelectorQuery().select | 微信iOS客户端 | 7.0.7 | 2.2.1 |
3 个回答
开发者工具中没见到过,上线后错误日志中能看到
有解决方案了么,遇到同样问题。
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
这是小程序后台-开发-运维中心,看到的日志