|
|
@@ -427,7 +427,8 @@
|
|
|
NSEnumerator *enumerator = [URLContexts objectEnumerator];
|
|
|
UIOpenURLContext *context;
|
|
|
while (context = [enumerator nextObject]) {
|
|
|
- //NSLog(@"context.URL =====%@",context.URL);
|
|
|
+ NSLog(@"context.URL =====%@",context.URL);
|
|
|
+ //openprivacyxapp://page?param1=value1¶m2=value2
|
|
|
//NSLog(@"context.options.sourceApplication ===== %@",context.options.sourceApplication);
|
|
|
[WXApi handleOpenURL:context.URL delegate:self];
|
|
|
}
|