|
@@ -326,12 +326,12 @@
|
|
|
fileUrl = [fileUrl stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
|
|
|
|
|
|
[mImageView sd_setImageWithURL:[NSURL URLWithString:fileUrl] placeholderImage:mImageView.image completed:^(UIImage * _Nullable image, NSError * _Nullable error, SDImageCacheType cacheType, NSURL * _Nullable imageURL) {
|
|
|
- if(image){
|
|
|
- HLog(@"11图片1:%@",imageURL.absoluteString);
|
|
|
- }
|
|
|
- else{
|
|
|
- HLog(@"11图片0:%@",imageURL.absoluteString);
|
|
|
- }
|
|
|
+// if(image){
|
|
|
+// HLog(@"11图片1:%@",imageURL.absoluteString);
|
|
|
+// }
|
|
|
+// else{
|
|
|
+// HLog(@"11图片0:%@",imageURL.absoluteString);
|
|
|
+// }
|
|
|
|
|
|
}];
|
|
|
}
|