SDwebimage和af的修改
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@
|
||||
if (!self.factoryIcon.image) {
|
||||
self.factoryIcon.image = [UIImage imageNamed:@"brandLogo_hold"];
|
||||
}
|
||||
[self.factoryIcon sd_setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@%@",kGetLogUrl,devicemodel.logo]] placeholderImage:[UIImage imageNamed:@"brandLogo_hold"]];
|
||||
[self.factoryIcon sd_setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@%@",kGetLogUrl,devicemodel.logo]] placeholderImage:[UIImage imageNamed:@"brandLogo_hold"]options:SDWebImageAllowInvalidSSLCertificates];
|
||||
if (!self.factoryIcon) {
|
||||
self.factoryIcon.image = [UIImage imageNamed:@"greenbtn_big"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user