绑定手机号 设置修改支付密码
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
@property (nonatomic,strong) XPMineHeadView *headView;
|
||||
///设置
|
||||
@property (nonatomic,strong) UIButton *settingButton;
|
||||
///
|
||||
@property (nonatomic,strong) UserInfoModel *userInfo;
|
||||
|
||||
@end
|
||||
|
||||
@@ -64,6 +66,7 @@
|
||||
#pragma mark - Response
|
||||
- (void)settingButtonAction:(UIButton *)sender {
|
||||
XPMineSettingViewController * settingVC = [[XPMineSettingViewController alloc] init];
|
||||
settingVC.userInfo = self.userInfo;
|
||||
[self.navigationController pushViewController:settingVC animated:YES];
|
||||
}
|
||||
|
||||
@@ -222,6 +225,7 @@
|
||||
}
|
||||
|
||||
- (void)onGetUserInfoSuccess:(UserInfoModel *)userInfo {
|
||||
self.userInfo = userInfo;
|
||||
self.headView.userInfo = userInfo;
|
||||
}
|
||||
#pragma mark - XPMineMatchTableViewCellDelegate
|
||||
|
Reference in New Issue
Block a user