Просмотр исходного кода

RA Image
修复重新开始任务时,错误消息没有清空的bug。

Ray Zhang 9 лет назад
Родитель
Сommit
654593cd72

BIN
RA Image/RA Image.xcodeproj/project.xcworkspace/xcuserdata/ray.xcuserdatad/UserInterfaceState.xcuserstate


+ 2 - 2
common/upload/RAUploadManager.m

@@ -371,8 +371,8 @@
         }
         
     }];
-    NSMutableDictionary* ddd=[NSMutableDictionary new];
-    ddd[@"aaa"]=@"bbb";
+
+    task[@"msg"] = nil;
         task[@"operation"] = operation;
         task[@"status"] = [NSNumber numberWithInt:self.newtaskStatus] ;
         [self.operation_queue addOperation:operation];