Commit bf8306d5 authored by zhangshuai's avatar zhangshuai

no message

parent 70ac3487
...@@ -408,7 +408,7 @@ static IOSADManager * manager = nil; ...@@ -408,7 +408,7 @@ static IOSADManager * manager = nil;
if (self.advertisingSpace) { if (self.advertisingSpace) {
[[CGUserManager shared] addADLocCollection:self.advertisingSpace value:@"show_reward_video_ad" andADData:showData]; [[CGUserManager shared] addADLocCollection:self.advertisingSpace value:@"show_reward_video_ad" andADData:showData];
} }
dispatch_async(dispatch_get_main_queue(), ^{ dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
if ([showData.adPlatform isEqualToString:@"chuanshanjia"]) { if ([showData.adPlatform isEqualToString:@"chuanshanjia"]) {
[weakSelf.csjAd showAdWithData:showData withADType:adType]; [weakSelf.csjAd showAdWithData:showData withADType:adType];
...@@ -422,6 +422,7 @@ static IOSADManager * manager = nil; ...@@ -422,6 +422,7 @@ static IOSADManager * manager = nil;
[weakSelf.ruishiAd showAdWithData:showData withADType:adType]; [weakSelf.ruishiAd showAdWithData:showData withADType:adType];
} }
}); });
if (weakSelf.videoModels.count <= 1) { if (weakSelf.videoModels.count <= 1) {
[weakSelf requestVideoAD]; [weakSelf requestVideoAD];
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment