时间:2019-05-04 来源:小程序工厂
wx.canvasToTempFilePath({ x: 0, y: 0, width: 96, height: 96, canvasId: 'current_state', success: function (res) { console.log(res.tempFilePath) that.setData({ readerImg: res.tempFilePath }); } });
提供下代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。