获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 如何把base64图片直接绘制到canvas组件上
现有base64图片,要实现压缩,方案是直接把base64绘制到等比例且缩小后的canvas组件上,怎样实现?
2022-08-17 - 执行 wx.cloud.downloadFile 报错
执行 wx.cloud.downloadFile 报错Error: errCode: -403003 internal server error: empty download url | errMsg: internal server error: empty download url [图片]
2022-07-19 - canvas组件不能通过手机屏幕绘制了
https://developers.weixin.qq.com/miniprogram/dev/component/canvas.htmlhttps://developers.weixin.qq.com/miniprogram/dev/api/canvas/Canvas.getContext.html <canvas class="canvas" type="2d" disable-scroll="{{false}}" bindtouchstart="onStart" bindtouchmove="onMove" bindtouchend="onEnd" /> 这是代码片段,今天突然发现不能通过手机屏幕绘制内容了,之前都是正常的,什么原因?
2022-05-19