|
|
|
@ -6,6 +6,7 @@
@@ -6,6 +6,7 @@
|
|
|
|
|
// |
|
|
|
|
|
|
|
|
|
#import "AddFamilyNumberViewController.h" |
|
|
|
|
#import "ChoosePersonAddressVC.h" |
|
|
|
|
|
|
|
|
|
@interface AddFamilyNumberViewController () |
|
|
|
|
|
|
|
|
@ -90,7 +91,10 @@
@@ -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]; |
|
|
|
|