this.ctx.draw(true, (() => {
setTimeout(function () {
wx.canvasToTempFilePath({
canvasId: that.canvasName,
destWidth: 160,
destHeight: 320,
fileType: 'jpg',
quality: 0.1,
success: function (res) {
if (that.callBack) {
that.callBack(res.tempFilePath);
}
}
}, that);
}, 1000);
})());
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
有类似问题的用户:https://developers.weixin.qq.com/community/develop/doc/0004629fda0950f7b6787ec9a56800?highline=%E5%AE%89%E5%8D%93%E7%94%BB%E5%B8%83%E8%BD%AC%E5%9B%BE%E7%89%87
请问这个问题解决了吗?
那还没有修复,后续可以关注下这里https://developers.weixin.qq.com/community/develop/issueList?page=10&type=&block=bug,如果有状态变更的话会在这里显示
现在项目上线了,突然出现这个BUG真是着急。之前安卓还是好的呢,刚刚测试小米和三星手机,都是黑块
测试几乎所有的安卓机型都是这样,公司现在业务无法进行,请问有没有临时的解决方案?