搜了半天也没找到解决方案,有大佬能帮帮忙吗😭
我用的较旧的办法,但可以运行。
// wxml // <canvas canvas-id="cv1"></canvas> // // js // ctx1 = wx.createCanvasContext('cv1') // ctx1.drawImage(tmpfile, 0, 0, width, height) // ctx1.draw(false, res => {}) // 其中tmpfile来自wx.chooseImage: res.tempFiles.path