SDwebimage和af的修改
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
UserModel *userModel=[dataContorl getUserInfo];
|
||||
|
||||
[self.headerImg sd_setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@%@",kGetIconUrl,userModel.userImg]]];
|
||||
[self.headerImg sd_setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@%@",kGetIconUrl,userModel.userImg]] placeholderImage:nil options:SDWebImageAllowInvalidSSLCertificates];
|
||||
self.nameLabel.text = shopinfo.shopsName;
|
||||
self.telLbel.text = shopinfo.shopsPhone;
|
||||
self.loactionLabel.text =[NSString stringWithFormat:@"%@%@%@%@",shopinfo.shopsProvince,shopinfo.shopsCity,shopinfo.shopsArea,shopinfo.shopsAddress];
|
||||
|
||||
+2
-2
@@ -99,7 +99,7 @@
|
||||
|
||||
NSString *imhUrl = [NSString stringWithFormat:@"%@%@",kGetKanHuUrl,self.baGaoMod.shareImg];
|
||||
|
||||
[cell.lastCameraImg sd_setImageWithURL:[NSURL URLWithString:imhUrl] placeholderImage:[UIImage imageNamed:@"ic_header.png"]];
|
||||
[cell.lastCameraImg sd_setImageWithURL:[NSURL URLWithString:imhUrl] placeholderImage:[UIImage imageNamed:@"ic_header.png"]options:SDWebImageAllowInvalidSSLCertificates];
|
||||
cell.selectionStyle = UITableViewCellSelectionStyleNone;
|
||||
|
||||
[cell cellSetBackViewCorner];
|
||||
@@ -174,7 +174,7 @@
|
||||
|
||||
CertificationShopModel *ShopsInfo= [[DataCenter defaultDtacenter] valueForKey:@"ShopsInfo"];
|
||||
|
||||
[cell.shangJiaImg sd_setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@%@",kGetIconUrl,ShopsInfo.userImg]] placeholderImage:[UIImage imageNamed:@""]];
|
||||
[cell.shangJiaImg sd_setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@%@",kGetIconUrl,ShopsInfo.userImg]] placeholderImage:[UIImage imageNamed:@""]options:SDWebImageAllowInvalidSSLCertificates];
|
||||
cell.shangJiaName.text = ShopsInfo.shopsName;
|
||||
|
||||
UserModel*umodel=[[DataCenter defaultDtacenter]valueForKey:@"UserLogIn"];
|
||||
|
||||
Reference in New Issue
Block a user