linjc / mini-smooth-signature

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wx.base64ToArrayBuffer在2.4版本之后停止维护,有其他替代方法么

IceApriler opened this issue · comments

commented

大佬如题,wx.base64ToArrayBuffer在停止维护后可能会有一些bug,保险起见有没有其他替代方案可以用?

const data = wx.base64ToArrayBuffer(dataURL.replace(/^data:image\/\w+;base64,/, ""));

commented

刚试了只要声明encoding为base64,直接用dataURL就可以,不用转为二进制。