小程序
小游戏
企业微信
微信支付
扫描小程序码分享
这个接口将远程图片生成临时地址,为什么临时地址打不开还报错
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
提供下图片链接和报错信息。
你好,请问有配置downloadFile合法域名吗?如果可以的话请提供一下代码片段,我这边基础库2.21.1没有出现这样的问题。
wxml
<image src="{{remoteImg}}"></image>
js
wx.getImageInfo({ src: 'https://static.fotor.com.cn/assets/res/pic/454d3884-b1d1-4059-a08b-18427f93c8eb.jpg?x-oss-process=image/resize,lfit,h_1200,w_1200/format,src', }).then(res =>{ console.log(res) this.setData({ remoteImg : res.path }) console.log(this.data.remoteImg) })
console
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
提供下图片链接和报错信息。
你好,请问有配置downloadFile合法域名吗?如果可以的话请提供一下代码片段,我这边基础库2.21.1没有出现这样的问题。
wxml
<image src="{{remoteImg}}"></image>
js
wx.getImageInfo({ src: 'https://static.fotor.com.cn/assets/res/pic/454d3884-b1d1-4059-a08b-18427f93c8eb.jpg?x-oss-process=image/resize,lfit,h_1200,w_1200/format,src', }).then(res =>{ console.log(res) this.setData({ remoteImg : res.path }) console.log(this.data.remoteImg) })
console