|
@@ -166,7 +166,7 @@
|
|
|
// ((UIProgressView*) block_task[@"ui_pregress"]).progress = progress;
|
|
// ((UIProgressView*) block_task[@"ui_pregress"]).progress = progress;
|
|
|
block_task[@"progress"]=[NSNumber numberWithFloat:progress];
|
|
block_task[@"progress"]=[NSNumber numberWithFloat:progress];
|
|
|
// NSLog(@"updateUI progress %p",weakself);
|
|
// NSLog(@"updateUI progress %p",weakself);
|
|
|
- DebugLog(@"update UI %@",weakself.updateUI);
|
|
|
|
|
|
|
+ DebugLog(@"update UI %@ p:%f",weakself.updateUI,progress);
|
|
|
if(weakself.updateUI)
|
|
if(weakself.updateUI)
|
|
|
{
|
|
{
|
|
|
// NSLog(@"updateUI progress CALL");
|
|
// NSLog(@"updateUI progress CALL");
|
|
@@ -181,7 +181,7 @@
|
|
|
}];
|
|
}];
|
|
|
|
|
|
|
|
//完成下载
|
|
//完成下载
|
|
|
- DebugLog(@"operation finish %@",self);
|
|
|
|
|
|
|
+// DebugLog(@"operation finish %@",self);
|
|
|
|
|
|
|
|
// [self didChangeValueForKey:@"isExecuting"];
|
|
// [self didChangeValueForKey:@"isExecuting"];
|
|
|
}
|
|
}
|