时间:2019-05-07 来源:小程序工厂
男***:
有没人回复下,已经困扰一天了
男***:
手机浏览器 可以 http://192.168.41.163:8888"+后端返回的路径的话 可以打开图片
canvas API 中的setShadow的blur参数问题
男***:
wx.drawCanvas({
canvasId: "canvas",
actions: ctx.getActions()
})
我是用这个
男***:
downloadTask.onProgressUpdate(function (downloadTask){
调用了报错
wx.drawCanvas({
canvasId: "canvas",
actions: ctx.getActions()
})
})
J***:
不可以使用ip+端口号的形式加载图片
wx.requestPayment 支付成功有时不走回调+微信小程序开发教程
好***:
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)
}
})
}
模拟器的界面正常,控制台都出现了地址,但是手机开发者版本预览,还是显示不了图片,是什么原因?