瀏覽代碼

1.优化代码

huangxiaodong 1 年之前
父節點
當前提交
1251c3ea21

+ 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);