Parcourir la source

20170308

Add receive file from third part App.
Ray Zhang il y a 9 ans
Parent
commit
c44246f785

+ 1 - 0
RedAnt ERP Mobile/common/Functions/PDF+Web/PDFViewController.m

@@ -200,6 +200,7 @@
         NSString *pdfFolder = [cachefolder stringByAppendingPathComponent:@"pdf_cache"];
         self.url = [pdfFolder stringByAppendingPathComponent:self.url];
         */
+        
         self.content= [NSData dataWithContentsOfFile:self.url];
         
         [waitalert dismissWithClickedButtonIndex:0 animated:FALSE];