SDwebimage和af的修改
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
{
|
||||
|
||||
NSString*strUrl=[NSString stringWithFormat:@"%@%@/%@",kGetShopVideoImg,data.userId,data.commodityImg];
|
||||
[self.goodsImg sd_setImageWithURL:[NSURL URLWithString:strUrl] placeholderImage:[UIImage imageNamed:@"live_hold.png"]];
|
||||
[self.goodsImg sd_setImageWithURL:[NSURL URLWithString:strUrl] placeholderImage:[UIImage imageNamed:@"live_hold.png"]options:SDWebImageAllowInvalidSSLCertificates];
|
||||
self.goodsName.text = [NSString stringWithFormat:@"%@",data.commodityName];
|
||||
NSString *dateStr = [NSString stringWithFormat:@"%@",data.createTime];
|
||||
NSDate *date = [dataContorl formatDateTime:dateStr];
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@
|
||||
{
|
||||
NSString*strUrl=[NSString stringWithFormat:@"%@%@/%@",kGetShopVideoImg,data.userId,data.commodityImg];
|
||||
|
||||
[self.videoShotImg sd_setImageWithURL:[NSURL URLWithString:strUrl] placeholderImage:[UIImage imageNamed:@"live_hold.png"]];
|
||||
[self.videoShotImg sd_setImageWithURL:[NSURL URLWithString:strUrl] placeholderImage:[UIImage imageNamed:@"live_hold.png"]options:SDWebImageAllowInvalidSSLCertificates];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user