重庆迈尖科技有限公司
2018-10-08 3aa774bc9655922a31038d2b51cf0d4b2ea97682
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];