|
@@ -103,14 +103,13 @@ static errorAlertTool *shareInstance = nil;
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
-// if([self isPlayerViewIsTopVCFun]){
|
|
|
-//
|
|
|
-// //等下再发
|
|
|
-// dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
-// [self showNetErrorAlertFun:type];
|
|
|
-// });
|
|
|
-// return;
|
|
|
-// }
|
|
|
+ if(ksharedAppDelegate.isDidShowPwdType){
|
|
|
+ //等下再发
|
|
|
+ dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(3 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
+ [self showNetErrorAlertFunInMain:type];
|
|
|
+ });
|
|
|
+ return;
|
|
|
+ }
|
|
|
|
|
|
//未连接成功过
|
|
|
// if(_isFirstEnterPhone && type == 5){
|