|
@@ -518,11 +518,7 @@ NSString *const new_AesKey_1 = @"mGlAgnIBB8bx2nch";
|
|
|
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.15 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
[_webView evaluateJavaScript:jsStr completionHandler:^(id _Nullable result, NSError * _Nullable error) {
|
|
|
if (error!=nil) {
|
|
|
-// NSLog(@"result:%@,error:%@",result,error);
|
|
|
-// [[GlobalData shareInstance] addOnePlistData:@{
|
|
|
-// @"detail":[[self stringByEvaluatingJavaScriptFromString:@"document.location.href"] stringByAppendingString:[NSString stringWithFormat:@"\nJS异常方法:%@\n%@",jsStr,[error description]]],
|
|
|
-// @"reqTime":[NSNumber numberWithInt:0],
|
|
|
-// }];
|
|
|
+
|
|
|
}
|
|
|
}];
|
|
|
});
|