wx.canvasToTempFilePath的问题
在开发工具没问题,在真机出现问题(oppo ) ,使用“微信开发者工具”->"真机调试" 也没有问题。
x: 0, y: 0, fileType: 'jpg' , width: _this.data.canvasWidth, height: _this.data.canvasHeight, destWidth: _this.data.imgWidth, destHeight: _this.data.imgHeight,//图片真实高度 // destHeight: _this.data.canvasHeight, canvasId: 'billCanvas' , success(resinfo) { wx.hideLoading(); console.log(resinfo.tempFilePath); _this.setData({ happensImage: resinfo.tempFilePath, url: resinfo.tempFilePath }) // 下载 wx.saveImageToPhotosAlbum({ filePath: _this.data.happensImage, success(result) { console.log(result); } }) } }, _this) |
用oppo测试了是可以的哦,也可以使用我们的新版canvas
https://developers.weixin.qq.com/community/develop/doc/00020a02c2c040114d19a398f5b001?highLine=canvas
遇到了,给canvas设置一下宽高
( width: 100%;
height: 100%;
) 就可以正常导出全图了
图片不完整指的是?
安卓9,oppo reno,微信版本号 7.0.7.1521