上傳了頭像 后臺給返回的地址和之前的是一樣的地址 緩存中拿到的還是之前的地址
這是我之前寫的:
[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];