<view wx:if="{{url}}"
style="background:url('{{url}}'); background-position: -4px 0px;width:110rpx;height:110rpx;" >
</view>
//下载一张图片,
wx.downloadFile({
url: 'https://langrensha01.oss-cn-shenzhen.aliyuncs.com/app/default/wxmini/emoticons/emoji.png',
success({
tempFilePath
}) {
//这里会放到缓存,测试代码不处理
me.setData({
url:tempFilePath
})
}
})
在IDE和安卓下能正常显示,IOS下无法显示。
代码片段:https://developers.weixin.qq.com/s/MrCtIAmT7Tr9
设备:iphone7
软件版本:13.1.3
微信版本:8.0.7
真机调试下看看报错不?