|
@@ -51,8 +51,7 @@ JSExportAs(backUrl, -(void)jsBackUrl:(NSString*)str);
|
|
|
|
|
|
JSExportAs(redirectKeyset, -(void)jsRedirectKeyset:(NSString*)str);
|
|
JSExportAs(redirectKeyset, -(void)jsRedirectKeyset:(NSString*)str);
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+JSExportAs(clearPushMessage, -(void)jsClearPushMessage:(NSString*)type);
|
|
|
|
|
|
@end
|
|
@end
|
|
|
|
|
|
@@ -530,9 +529,9 @@ NSString *const AesKey_0 = @"mGlAgnIBB8bx2nch";
|
|
NSLog(@"Search登录成功提示;;;%@当前下标:%ld",status,(long)pushIndex);
|
|
NSLog(@"Search登录成功提示;;;%@当前下标:%ld",status,(long)pushIndex);
|
|
|
|
|
|
//显示
|
|
//显示
|
|
- kMainQueue(^{
|
|
|
|
- [self.tabBarController.tabBar showBadgeOnItemIndex:3];
|
|
|
|
- });
|
|
|
|
|
|
+// kMainQueue(^{
|
|
|
|
+// [self.tabBarController.tabBar showBadgeOnItemIndex:3];
|
|
|
|
+// });
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1197,7 +1196,12 @@ NSString *const AesKey_0 = @"mGlAgnIBB8bx2nch";
|
|
[self webViewFirstRequest];
|
|
[self webViewFirstRequest];
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
|
|
+-(void)jsClearPushMessage:(NSString*)type
|
|
|
|
+{
|
|
|
|
+ NSLog(@"清除通知栏");
|
|
|
|
+ [[UIApplication sharedApplication] setApplicationIconBadgeNumber:1];
|
|
|
|
+ [[UIApplication sharedApplication] setApplicationIconBadgeNumber:0];
|
|
|
|
+}
|
|
|
|
|
|
|
|
|
|
/*
|
|
/*
|