绑定手机号 设置修改支付密码

This commit is contained in:
fengshuo
2021-09-18 20:05:02 +08:00
committed by zu
parent 9fd2250712
commit a8a663a864
71 changed files with 2995 additions and 47 deletions

View File

@@ -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