- 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>
2019-07-18 - H5跳小程序 报错?
{errMsg: "config:fail,Error: 系统错误,错误码:63002,invalid signature [20200902 16:33:54][]", jsApiList: Array(0)}errMsg: "config:fail,Error: 系统错误,错误码:63002,invalid signature [20200902 16:33:54][]"jsApiList: []__proto__: Object[图片] [图片]求指教?
2020-09-02