报错完整信息:
MiniProgramError U.createEvent is not a function TypeError: U.createEvent is not a function
经过测试,使用如下代码的exec时会报错,去掉exec后就不报错了。
// js
wx.createSelectorQuery()
.select('#canvas')
.fields({
node: true,
size: true,
})
.exec(this.init.bind(this))
// wxml
<canvas
type="2d"
id="canvas"
style="width: 300px; height: 300px;"
></canvas>
暂不支持真机调试 可以试试真机预览