提交 044b4399 编写于 作者: 雪洛's avatar 雪洛

fix: 修复app端uni.canvasPutImageData无法正常使用的bug

上级 95c21b23
......@@ -804,8 +804,9 @@ export function canvasPutImageData ({
var cId = canvasEventCallbacks.push(function (data) {
invoke(callbackId, data)
})
// fix ...
operateCanvas(canvasId, pageId, 'putImageData', {
data: [...data],
data: Array.prototype.slice.call(data),
x,
y,
width,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册