美文网首页
上传头像缓存不更新

上传头像缓存不更新

作者: ljzza | 来源:发表于2019-12-27 15:27 被阅读0次

    上传了头像 后台给返回的地址和之前的是一样的地址 缓存中拿到的还是之前的地址
    这是我之前写的:
    [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];

    相关文章

      网友评论

          本文标题:上传头像缓存不更新

          本文链接:https://www.haomeiwen.com/subject/mpglxctx.html