SDwebimage和af的修改
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
||||
|
||||
-(void)loadListData:(KanHuListModel*)model
|
||||
{
|
||||
[self.UserImg sd_setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@%@",kGetIconUrl,model.userImg]]];
|
||||
[self.UserImg sd_setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@%@",kGetIconUrl,model.userImg]]placeholderImage:nil options:SDWebImageAllowInvalidSSLCertificates];
|
||||
self.userName.text = model.nickName;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user