MIduo/数据/lib/EasyJSWebView-master/MyJSInterface.m
@@ -42,6 +42,13 @@ NSDictionary *dic = @{@"type":@"old",@"id":string}; [[NSNotificationCenter defaultCenter] postNotificationName:@"jumpGoodsDETAIL" object:dic]; } -(void)jumpSearch:(NSString *)key { NSDictionary *dic = @{@"key" : key}; [[NSNotificationCenter defaultCenter] postNotificationName:@"jumpSearch" object:dic]; } - (void)login{ [[NSNotificationCenter defaultCenter] postNotificationName:@"jumpLoginVc" object:nil];