|
|
@@ -298,7 +298,10 @@
|
|
|
|
|
|
NSString * tipStr = NSLocalizedString(@"File_upload_path_new_suc",nil);
|
|
|
|
|
|
- if(stateNumber.integerValue !=0 ){
|
|
|
+ if(stateNumber.integerValue == 2 ){
|
|
|
+ tipStr = NSLocalizedString(@"File_upload_path_new_save",nil);
|
|
|
+ }
|
|
|
+ else{
|
|
|
tipStr = NSLocalizedString(@"File_upload_path_new_fail",nil);
|
|
|
}
|
|
|
|