SDwebimage和af的修改

This commit is contained in:
祝发冬
2023-08-28 19:34:55 +08:00
parent 033e23e13d
commit f38f9effaa
39 changed files with 99 additions and 47 deletions
@@ -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];
@@ -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"];