进入全屏签字,没能生成签字图片
tcfyvgbh opened this issue · 2 comments
tcfyvgbh commented
在微信小程序选择全屏签字的时候,getRotateImage方法旋转签字图片时 用到的wx.getFileSystemManager().writeFile({})方法传入的data应该去除DATA URI前缀https://developers.weixin.qq.com/miniprogram/dev/api/file/FileSystemManager.writeFile.html
wapchief commented
data.replace(/^data:image/\w+;base64,/, "");