getFileSystemManager().readFile()的bug
读取普通图片的临时路径是ok的:
wx.getFileSystemManager().readFile({
filePath: xxx, //选择图片返回的相对路径
encoding: 'base64'});
但是取无法转换通过wx.canvasToTempFilePath()处理过的路径;
读取普通图片的临时路径是ok的:
wx.getFileSystemManager().readFile({
filePath: xxx, //选择图片返回的相对路径
encoding: 'base64'});
但是取无法转换通过wx.canvasToTempFilePath()处理过的路径;