|
|
@@ -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
|