Răsfoiți Sursa

The superior editor is not refreshed after the editor calls the editor to save -- editor调用editor保存后上级editor没有刷新 (resolve: #14320)
action / maction call editor to save and return without refresh -- action / maction 调用editor 保存后返回没有刷新 (resolve: #14321)
Action / maction name cannot be repeated, otherwise the interface will have problems -- action / maction name不能重复,否则界面会出问题 (resolve: #14322)

Ray Zhang 4 ani în urmă
părinte
comite
bd314a05a6

+ 1 - 1
RA TradeFiling/RA TradeFiling/DataProvider/RADataProvider.m

@@ -272,7 +272,7 @@
     NSString *docDir = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) firstObject];
     
     
-    NSData* json_user =[NSData dataWithContentsOfFile:[docDir stringByAppendingPathComponent:[NSString stringWithFormat:@"%@_%@.json",@"saved_search",RASingleton.sharedInstance.user]]];
+    NSData* json_user =[NSData dataWithContentsOfFile:[docDir stringByAppendingPathComponent:[NSString stringWithFormat:@"saved_search_%@.json",RASingleton.sharedInstance.user]]];
 
     
     NSMutableArray* array;