wx.downloadFile图片不显示,机型 iphone 7 plus
- 当前 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>