Browse Source

跳转保存后没有传输数据,需退出传输列表再次进去才显示

huangxiaodong 1 year ago
parent
commit
976aaa2695

+ 2 - 2
创维盒子/双子星云手机/Class/Set/uploadFile/receiveView/receiveView.m

@@ -151,7 +151,7 @@
 - (void)getBoxSaveDataFun
 {
     KWeakSelf
-    [[boxSaveFileManager shareInstance] getDataInDatabaseFun:NO complete:^(NSMutableArray * _Nonnull Arr) {
+    [[boxSaveFileManager shareInstance] getDataInDatabaseFun:YES complete:^(NSMutableArray * _Nonnull Arr) {
         [weakSelf AferGetBoxSaveDataBy:Arr];
     }];
 }
@@ -264,7 +264,7 @@
 - (void)getBoxDownLoadDataFun
 {
     KWeakSelf
-    [[boxDownloadFileManager shareInstance] getDataInDatabaseFun:NO complete:^(NSMutableArray * _Nonnull Arr) {
+    [[boxDownloadFileManager shareInstance] getDataInDatabaseFun:YES complete:^(NSMutableArray * _Nonnull Arr) {
         [weakSelf AferGetBoxDownloadDataBy:Arr];
     }];
 }