- 当前 Bug 的表现(可附上截图)
机型 iphone 7 plus wx.downloadFile显示不出来
- 预期表现
正常显示
- 复现路径
- 提供一个最简复现 Demo
// 正常显示
<image src="https://p.kuaidi100.com/apiinner/xcx.do?method=getUnlimitedQrcode&openid=${这里需要替换成用户的openid}&superiorUser=false"></image>
// downloadFile 显示不出来
var that = this
wx.downloadFile({
url: `https://p.kuaidi100.com/apiinner/xcx.do?method=getUnlimitedQrcode&openid=${这里需要替换成用户的openid}&superiorUser=false`,
success: function (res) {
var codeImg = res.tempFilePath
that.setData({
qrCodeImage: codeImg
})
}
})
显示不出来
<image src='{{qrCodeImage}}'></image>
你好,走了success回调了么?若走了success图片未显示,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)