浏览代码

1.修复审核的文件列表拿不到数据问题

huangxiaodong 1 周之前
父节点
当前提交
91766e5252
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      创维盒子/code/Class/Set/previewFile/previewFileAndFolderViewController.m

+ 2 - 0
创维盒子/code/Class/Set/previewFile/previewFileAndFolderViewController.m

@@ -899,6 +899,8 @@
     [self checkFileTransferTask];
     
     if(!_curNASFileAudioMod || _curNASFileAudioMod.data.list == 0){
+        [self customDefaultDiskPathFun];
+        
         [self getFileListFun:NO];
         [self queryShareSwitchFunFun];
     }