自定义中,wx.draw没有回调
ctx.drawImage(
url
0, 0, width, height)
ctx.draw(false,()=>{
console.log(1)
})
3 回复
ctx.drawImage(
url
0, 0, width, height)
ctx.draw(false,()=>{
console.log(1)
})