|
|
@@ -953,7 +953,7 @@
|
|
|
KWeakSelf
|
|
|
if(self.otaUpgradeInfoModel.data.status < 6){
|
|
|
[self showImageViewRenewTipViewFun];
|
|
|
- dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(30 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
+ dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(10 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
[weakSelf checkUpgradeInfoFun];
|
|
|
});
|
|
|
}
|