Niflheimr

Results 2 comments of Niflheimr

研究了一下源码,不是很透彻,但是解决了现在的问题 @dntzhang 不晓得`create-image-data.js`具体作用; 里面使用了 H5 的 Canvas API,微信小程序是另一套Canvas API,并不能兼容; 然后我就注释了`create-image-data.js`; ```js let tmpCtx = null // if (typeof document !== 'undefined') { // tmpCtx = document.createElement('canvas').getContext('2d') // } else if...

您好~您的问题解决没有 也是同样的问题 ![image](https://user-images.githubusercontent.com/8858433/77383860-f6cc0100-6dbe-11ea-95c4-79b8a9d25c73.png) ![image](https://user-images.githubusercontent.com/8858433/77383880-03505980-6dbf-11ea-8e5d-78a6429ecaed.png) 代码 ![image](https://user-images.githubusercontent.com/8858433/77383913-17945680-6dbf-11ea-8a21-64d78061e817.png) @zengyue 能帮我看下这个问题吗?