上传头像缓存不更新

2019-12-27  本文已影响0人  ljzza

上传了头像 后台给返回的地址和之前的是一样的地址 缓存中拿到的还是之前的地址
这是我之前写的:
[headImageView sd_setImageWithURL:[NSURL URLWithString:SYS_SINGLETON.user.yhtx] placeholderImage:[UIImage imageNamed:@"defaulthead_img"]];

更改后:
[headImageView sd_setImageWithURL:[NSURL URLWithString:SYS_SINGLETON.user.yhtx] placeholderImage:[UIImage imageNamed:@"defaulthead_img"] options:SDWebImageRefreshCached];

上一篇下一篇

猜你喜欢

热点阅读