获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- wx.canvasToTempFilePath报错的问题?
let canvas = wx.createOffscreenCanvas({ type: '2d', width: 375, height: 375 }) const context = canvas.getContext('2d') wx.canvasToTempFilePath({ canvas, x: 0, y: 0, width: avatarSize, height: avatarSize, destWidth: avatarSize, destHeight: avatarSize }) 在调试基础库 2.27.2中报错 canvasToTempFilePath:internal error 代码片段:https://developers.weixin.qq.com/s/d2MrHImh71D5
2022-11-12 - wx.canvasToTempFilePath 在调试基础库 2.27.0 版本中 有BUG
在调试基础库 2.27.0 版本中,模拟器没问题,体验版,开发版有问题 调用 wx.canvasToTempFilePath 返回报错 Object {errMsg: "canvasToTempFilePath:fail ... errMsg: "canvasToTempFilePath:fail :internal error" __proto__: Object {} }
2022-10-27