This commit is contained in:
nailuoGG 2019-11-29 18:26:47 +08:00
parent 91fa810503
commit d6a6e3420b

View File

@ -178,6 +178,8 @@ Component({
setTimeout(() => {
wx.canvasToTempFilePath({
canvasId: 'k-canvas',
destWidth: that.canvasWidthInPx,
destHeight: that.canvasHeightInPx,
success: function (res) {
that.getImageInfo(res.tempFilePath);
},