就绘图的时候,其他机型都没有问题,就oppo手机会出现这个状况,底部缺失
正常应该是这样的
ctx.draw(false, setTimeout(function () {
wx.canvasToTempFilePath({
canvasId: 'testCanvas',
fileType: 'jpg',
x: 0,
y: 0,
width: 375,
height: 667,
destWidth: 750,
destHeight: 1334,
success: function (res) {
wx.hideLoading();
// console.log(res)
that.setData({
showCanvas: false,
imgUrl: res.tempFilePath
})
}
})
},1000));
你好,麻烦具体描述问题流程,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html