linjc / mini-smooth-signature

小程序版带笔锋手写签名,支持微信/支付宝/钉钉/QQ小程序

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

进入全屏签字,没能生成签字图片

tcfyvgbh opened this issue · comments

在微信小程序选择全屏签字的时候,getRotateImage方法旋转签字图片时 用到的wx.getFileSystemManager().writeFile({})方法传入的data应该去除DATA URI前缀https://developers.weixin.qq.com/miniprogram/dev/api/file/FileSystemManager.writeFile.html

commented

@tcfyvgbh 样例里面去除前缀的那行代码还在,不过注释掉了,你可以重新使用看看。

data.replace(/^data:image/\w+;base64,/, "");