|
@@ -546,9 +546,8 @@ NSString *const new_AesKey_1 = @"mGlAgnIBB8bx2nch";
|
|
|
[self.recognizer delaysTouchesBegan];
|
|
|
[self.view addGestureRecognizer:self.recognizer];
|
|
|
|
|
|
- //初始化临时属性
|
|
|
self.placeAdr = [NSString new];
|
|
|
-
|
|
|
+
|
|
|
|
|
|
//定时器-检测错误数据是否超过10个 发送
|
|
|
[NSTimer scheduledTimerWithTimeInterval:180 target:self selector:@selector(errorLogListening) userInfo:nil repeats:YES];
|
|
@@ -559,10 +558,11 @@ NSString *const new_AesKey_1 = @"mGlAgnIBB8bx2nch";
|
|
|
[[SKPaymentQueue defaultQueue] addTransactionObserver:self];
|
|
|
|
|
|
|
|
|
-
|
|
|
+// NSLog(@"~~~~~~~~~~~~~~~~~viewdidload完毕");
|
|
|
}
|
|
|
|
|
|
|
|
|
+
|
|
|
//-(void)btn1click{
|
|
|
//
|
|
|
// NSArray *documentTypes = @[@"public.content", @"public.text", @"public.source-code ", @"public.image", @"public.audiovisual-content", @"com.adobe.pdf", @"com.apple.keynote.key", @"com.microsoft.word.doc", @"com.microsoft.excel.xls", @"com.microsoft.powerpoint.ppt"];
|
|
@@ -1133,9 +1133,9 @@ NSString *const new_AesKey_1 = @"mGlAgnIBB8bx2nch";
|
|
|
}
|
|
|
|
|
|
|
|
|
- NSLog(@"即将返回城市信息-%@",self.placeAdr);
|
|
|
+// NSLog(@"即将返回城市信息-%@",self.placeAdr);
|
|
|
}
|
|
|
-
|
|
|
+ NSLog(@"即将返回城市信息-%@",self.placeAdr);
|
|
|
return self.placeAdr;
|
|
|
}
|
|
|
|