소스 검색

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

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

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

@@ -1110,12 +1110,12 @@
 - (void)setIsReceiveType:(NSInteger)isReceiveType
 {
     _isReceiveType = isReceiveType;
+    KWeakSelf
     dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
-        [self delayChangeUIFunWithIndex:4];
+        weakSelf.curReceiveView.isReceiveType = isReceiveType;
+        [weakSelf.curReceiveView getAllDataFun];
+        [weakSelf delayChangeUIFunWithIndex:4];
     });
-    
-    _curReceiveView.isReceiveType = isReceiveType;
-    [_curReceiveView getAllDataFun];
 }
 
 - (void)loadOtherDataFinishedFun:(NSNotification*)not