| 
					
				 | 
			
			
				@@ -909,7 +909,7 @@ typedef NS_ENUM(NSInteger, CHOOSETYPE) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 - (void)downFile:(NSString *)fileUrl { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    [LOADING_MANAGER showCustomLoading:@"下载中..."]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    [LOADING_MANAGER showCustomLoading:@"下载中"]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     [KSNetworkingManager downloadFileRequestWithFileUrl:fileUrl progress:^(int64_t bytesRead, int64_t totalBytes) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				          
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } success:^(NSURL * _Nonnull fileUrl) { 
			 |