Commit 6ff4f78a authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

no message

parent 0b31da24
...@@ -305,28 +305,28 @@ ...@@ -305,28 +305,28 @@
//消息按钮点击 //消息按钮点击
- (void)xiaoXiButtonClick{ - (void)xiaoXiButtonClick{
NSLog(@"消息按钮"); NSLog(@"消息按钮");
// if (![ZJUserInfoManager shared].isLogin) { if (![ZJUserInfoManager shared].isLogin) {
//// [MBProgressHUD showMessage:@"请先进行登录"]; // [MBProgressHUD showMessage:@"请先进行登录"];
// ZJOauthLoginConfig * config = [[ZJOauthLoginConfig alloc] initWithCurrentVC:self]; ZJOauthLoginConfig * config = [[ZJOauthLoginConfig alloc] initWithCurrentVC:self];
// [config loginVerify:^(id _Nonnull model) { [config loginVerify:^(id _Nonnull model) {
// if ([model isKindOfClass:[ZJMineUserInfoModel class]] ) { if ([model isKindOfClass:[ZJMineUserInfoModel class]] ) {
// NSLog(@"success"); NSLog(@"success");
// [self getHasNewMsg]; [self getHasNewMsg];
// [self getFriendList]; [self getFriendList];
// } }
// }]; }];
// return; return;
// } }
// [MobClick event:@"home_message_click"]; [MobClick event:@"home_message_click"];
// ZJXiaoXiViewController *vc = [[ZJXiaoXiViewController alloc] init]; ZJXiaoXiViewController *vc = [[ZJXiaoXiViewController alloc] init];
// [self.navigationController pushViewController:vc animated:YES]; [self.navigationController pushViewController:vc animated:YES];
ZJLocationRemindSelectController * location = [[UIStoryboard storyboardWithName:@"Location" bundle:nil] instantiateViewControllerWithIdentifier:@"ZJLocationRemindSelectController"]; // ZJLocationRemindSelectController * location = [[UIStoryboard storyboardWithName:@"Location" bundle:nil] instantiateViewControllerWithIdentifier:@"ZJLocationRemindSelectController"];
location.title = @"选择地点"; // location.title = @"选择地点";
location.commitAddressClosure = ^(ZJFriendLocationRemindModel * _Nonnull model) { // location.commitAddressClosure = ^(ZJFriendLocationRemindModel * _Nonnull model) {
//
}; // };
[self.navigationController pushViewController:location animated:YES]; // [self.navigationController pushViewController:location animated:YES];
} }
//紧急按钮点击 //紧急按钮点击
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
index:DYTTabBarIndexHome index:DYTTabBarIndexHome
viewController:[[ZJCareStyle2ViewController alloc] init]]; viewController:[[ZJCareStyle2ViewController alloc] init]];
BaseNavigationViewController *iHospNav = [self baseNavigationWithTtitle:kLocalizedString(@"tabbar_mine") BaseNavigationViewController *iHospNav = [self baseNavigationWithTtitle:kLocalizedString(@"tabbar_map")
image:[UIImage imageNamed:@"tabbar_1"] image:[UIImage imageNamed:@"tabbar_1"]
selectedImage:[UIImage imageNamed:@"tabbar_1_selected"] selectedImage:[UIImage imageNamed:@"tabbar_1_selected"]
index:DYTTabBarIndexIHOSP index:DYTTabBarIndexIHOSP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment