图片地址是https
context.setFontSize(20) context.fillText(name, width / 2 + 6, "50" ) context.drawImage( "https://dl1.loveq.cn/animated_favicon.gif" , width / 2 - 64, 12, 50, 50) wx.canvasToTempFilePath({ x: 0, y: 0, width: width, height: height, destWidth: width, destHeight: height, canvasId: '1' , success: function (res) { console.log(res.tempFilePath) wx.saveImageToPhotosAlbum({ filePath: res.tempFilePath, success(res) { console.log(res) } }) } |
模拟器的界面正常,控制台都出现了地址,但是手机开发者版本预览,还是显示不了图片,是什么原因?
看4楼
请问这个问题解决了么?
我也遇到这个问题,该怎么解决?你解决了吗?