腾杨天下
腾杨天下
  • 发布:2022-08-03 10:40
  • 更新:2022-08-03 10:40
  • 阅读:227

ios打包之后canvas无法绘制显示白色

分类:uni小程序sdk
let ctx = uni.createCanvasContext('canvas-clipper', _this);  
console.log(ctx)  
console.log(_self.imgdata.Front)  
ctx.drawImage(  
'/static/login/idcard/idcard1.png',  
0,  
0,  
image.width,  
image.height  
);  
ctx.restore()  
ctx.draw()
2022-08-03 10:40 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复