huangxiaodong 1 year ago
parent
commit
09d51c1b48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      创维盒子/双子星云手机/NAS/nasLastFileViewController.m

+ 1 - 1
创维盒子/双子星云手机/NAS/nasLastFileViewController.m

@@ -209,7 +209,7 @@
             [self.navigationController pushViewController:vc animated:YES];
             
             KWeakSelf
-            vc.didNeedToRegetDataFun = ^{
+            vc.didNeedDeleteFile = ^(NSString * _Nonnull filePath) {
                 [weakSelf getLastFileDataFun];
             };
         }