时间:2019-04-30 来源:小程序工厂
wx.canvasToTempFilePath({ canvasId: id, x: x, y: y, width: width, height: height, destWidth: width / deviceRadio, destHeight: height / deviceRadio, success: function success(res) { console.log('success'); typeof args[args.length - 1] === 'function' && args[args.length - 1](res.tempFilePath); }, fail: function fail(res) { console.log('fail'); console.log(res); } });break;
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码示例。