- 在调用ctx.draw接口时,个别时候绘制的图片保存为空白?
保存空白图片的环境: iphone 8,iOS 13.4.1, 微信版本7.0.12;iphone x,iOS 13.3.1,微信版本7.0.12 代码: ctx.draw(false, () => { canvasToTempFilePath({ canvasId: 'share', }, ctx).then(({ tempFilePath }) => { console.timeEnd('保存'); wx.hideLoading(); this.setData({ msg: '保存图片至手机,可分享给好友' }) this.setData({ imageFile: tempFilePath, isDraw: true }) if (this.data.loading && tempFilePath) { this.saveImg(); } if (!tempFilePath) { wx.showToast({ title: '合影下载失败', }) } }, () => { this.setData({ msg: '保存图片至手机,可分享给好友' }) wx.hideLoading(); }) }) 请帮忙定位,谢谢
2020-04-22 - WeixinOpenTags is not defined
错误监控的时候发现有这个错误,请问下是什么问题
2019-11-04