首先,先看看我写的代码:
<View style={styles.row}>
<Text style={styles.name}>头像:</Text>
<Image source={ {uri: this.props.userInfo.headImg} } style={ {width: 40, height: 40} }/>
</View>
我这边的思路是登录成功后,将服务器返回的数据保存到Redux中,然后在其他界面从Redux中获取数据,我获取的网络图片是HTTP格式,运行图片不显示
解决方法:需要在Info.plist中添加键值对
网友评论