Ray Zhang 9 лет назад
Родитель
Сommit
6e8a20dd33
1 измененных файлов с 8 добавлено и 4 удалено
  1. 8 4
      RedAnt ERP Mobile/iSales-NPD/AppDelegate.m

+ 8 - 4
RedAnt ERP Mobile/iSales-NPD/AppDelegate.m

@@ -1984,11 +1984,9 @@ void UncaughtExceptionHandler(NSException *exception) {
     }
     }
     // [zip release];
     // [zip release];
 }
 }
-#pragma mark - NSURLConnectionDataDelegate
 
 
-/**
- *请求失败
- */
+
+#pragma mark - NSURLConnectionDelegate
 -(void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error{
 -(void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error{
     
     
     
     
@@ -2019,6 +2017,12 @@ void UncaughtExceptionHandler(NSException *exception) {
     
     
     [self download_offline:true checkdiskspace:false];
     [self download_offline:true checkdiskspace:false];
 }
 }
+
+#pragma mark - NSURLConnectionDataDelegate
+
+/**
+ *请求失败
+ */
 /**
 /**
  *接收到服务器的响应
  *接收到服务器的响应
  */
  */