fix merge

This commit is contained in:
CPPAlien 2019-12-01 14:58:00 +08:00
commit 6657c1c05e

View File

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