Quellcode durchsuchen

20170124
Fix
offline portfolio missing model bug

Ray Zhang vor 9 Jahren
Ursprung
Commit
54c587dea4

BIN
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/Ray.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
RedAnt ERP Mobile/common/Functions/portfolio/PDFListViewController.m

@@ -500,7 +500,7 @@
     NSString* name=[self.content_data[indexPath.row] valueForKey:@"tear_name"];
     NSString* name=[self.content_data[indexPath.row] valueForKey:@"tear_name"];
     NSString* url= [self.content_data[indexPath.row] valueForKey:@"pdf_path"];
     NSString* url= [self.content_data[indexPath.row] valueForKey:@"pdf_path"];
     
     
-    if(true)//(url==nil)
+    if(url==nil)
     {
     {
         
         
         NSMutableDictionary* params = [RAUtils string2dict:[self.content_data[indexPath.row] valueForKey:@"off_params"]];
         NSMutableDictionary* params = [RAUtils string2dict:[self.content_data[indexPath.row] valueForKey:@"off_params"]];