获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
ctx.draw(true,(()=>{ console.log("准备生成"+res) setTimeout(()=>{ uni.canvasToTempFilePath({ canvasId: 'myCanvas', fileType: 'png', destWidth: WIDTH, destHeight: HEIGHT, success: function(res) { console.log("生成成功"+res.tempFilePath); uni.hideLoading(); successFn && successFn(res.tempFilePath); } }) },1000) })()); 回调了,但是报错了下方 麻烦看一下 (found in <Root>) [Vue warn]: Invalid handler for event "click": got undefined (found in <Root>)
【已解决】急!!安卓真机 ctx.draw()不执行,有代码片段- 当前 Bug 的表现(可附上截图) [图片] 开发工具 和 iphone真机都可以打印 after, 安卓真机(锤子 坚果pro2)不会打印after
2020-06-20