获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
也遇到这个问题了,基础库 2.11.0 才开始支持这个API
canvas.toDataURL is not a function?想实现canvas do,undo的效果,发现canvas.toDataURL is not a function? do(e){ var that=this wx.createSelectorQuery().select('#canvas'+that.data.list.genre).fields({ node: true, size: true }).exec( (res)=>{ const canvas = res[0].node that.data.canvas.history=[] that.data.canvas.history.push(canvas.toDataURL('image/png',1)) } ) }[图片]
2020-09-27