소스 검색

1.优化代码

huangxiaodong 1 년 전
부모
커밋
1251c3ea21
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      创维盒子/双子星云手机/Class/Set/uploadFile/fileTransfeSet/fileTransferPathCheckViewController.m

+ 3 - 0
创维盒子/双子星云手机/Class/Set/uploadFile/fileTransfeSet/fileTransferPathCheckViewController.m

@@ -306,6 +306,9 @@
     NSString * tipStr = @"";
     if(stateNumber.integerValue == 0){
         tipStr = NSLocalizedString(@"File_upload_path_new_suc",nil);
+        if(_didChangeSavePathFun){
+            _didChangeSavePathFun();
+        }
     }
     else if(stateNumber.integerValue == 2 ){
         tipStr = NSLocalizedString(@"File_upload_path_new_save",nil);