SDwebimage和af的修改
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@
|
||||
-(void)loadDataWith:(CertificationShopModel*)model{
|
||||
|
||||
UserModel *userModel=[dataContorl getUserInfo];
|
||||
[self.shopUserIcon sd_setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@%@",kGetIconUrl,userModel.userImg]]];
|
||||
[self.shopUserIcon sd_setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@%@",kGetIconUrl,userModel.userImg]]placeholderImage:nil options:SDWebImageAllowInvalidSSLCertificates];
|
||||
self.shopAdderess.text =[NSString stringWithFormat:@"详细地址:%@%@%@%@",model.shopsProvince,model.shopsCity,model.shopsArea,model.shopsAddress];
|
||||
self.shopTel.text = [NSString stringWithFormat:@"联系方式:%@",model.shopsPhone];
|
||||
self.shopUserName.text = userModel.nickName;
|
||||
|
||||
Reference in New Issue
Block a user