@@ -70,7 +70,15 @@
}
else
{
+
+ UIApplication * app = [UIApplication sharedApplication];
+ AppDelegate *appDelegate = (AppDelegate *)[app delegate];
NSString* ver = [defaults stringForKey:@"OfflineVer"] ;
+ [appDelegate check_offline:ver];
+ return;
if(ver.length==0)