3 回复
同求 下面是我绘制的两张图 第一张(本地路径)显示 第二张(网络路径)不显示
ctx.drawImage(res.path, 0, 0, that.data.screenWidth, that.data.screenWidth)
ctx.drawImage(that.data.storeAvatar, 50, 50, 100, 100) 目前 在处理获取到的小程序码 遇到问题 也是在真机上不显示,获取代码如下
responseType: ‘arraybuffer’,
method: ‘POST’,
const base64 = wx.arrayBufferToBase64(e.data);
that.setData({
qrCode: “data:image/png;base64,” + base64
});