Selaa lähdekoodia

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

huangxiaodong 1 vuosi sitten
vanhempi
commit
5827b27408

+ 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