NodesRef.fields在真机报createView of undefined?
wx.createSelectorQuery().in(this).select(`#customMap`).fields({
node: true,
rect: true
}, res => {
console.log(res.node)
}).exec()
这个api在在开发者工具上 还有手机预览模式有回调 正常调用 然而在真机调试却报一个错 如果这个api是直接在页面使用 就没报错 真机也可以拿到回调 但是在组件内部使用就报错 canvas不加type=2d就没问题 可以获取到一部分数据 但是加了就报错