diff --git a/LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/UserInterfaceState.xcuserstate b/LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/UserInterfaceState.xcuserstate index ad6edc3..e89f254 100644 Binary files a/LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/UserInterfaceState.xcuserstate and b/LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/LekangGuard/Home/Family(亲情号)/AddFamilyNumberViewController.m b/LekangGuard/Home/Family(亲情号)/AddFamilyNumberViewController.m index 91c9dd2..1351b71 100644 --- a/LekangGuard/Home/Family(亲情号)/AddFamilyNumberViewController.m +++ b/LekangGuard/Home/Family(亲情号)/AddFamilyNumberViewController.m @@ -6,6 +6,7 @@ // #import "AddFamilyNumberViewController.h" +#import "ChoosePersonAddressVC.h" @interface AddFamilyNumberViewController () @@ -90,7 +91,10 @@ if (i == 1) { UIButton *tongBtn = [UICommon ui_buttonSimple:CGRectZero font:Font_(0) normalColor:KKWhiteColorColor normalText:@"" click:^(id x) { - + ChoosePersonAddressVC *vc = [ChoosePersonAddressVC new]; + vc.isAddSucceed = ^{ + }; + [self.navigationController pushViewController:vc animated:YES]; }]; [tongBtn setImage:ImageName_(@"icon_contacts") forState:0]; [bgView addSubview:tongBtn];