File tree 1 file changed +0
-12
lines changed
Coding_iOS/Controllers/MeSetting
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -97,18 +97,6 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
97
97
[cell setTitleStr: @" 邮箱" valueStr: valueStr];
98
98
[tableView addLineforPlainCell: cell forRowAtIndexPath: indexPath withLeftSpace: kPaddingLeftWidth ];
99
99
return cell;
100
- // if (self.myUser.email_validation.boolValue || self.myUser.email.length <= 0) {
101
- // TitleValueCell *cell = [tableView dequeueReusableCellWithIdentifier:kCellIdentifier_TitleValue forIndexPath:indexPath];
102
- // cell.selectionStyle = UITableViewCellSelectionStyleNone;
103
- // [cell setTitleStr:@"邮箱" valueStr:self.myUser.email.length > 0 ? self.myUser.email: @"未绑定"];
104
- // [tableView addLineforPlainCell:cell forRowAtIndexPath:indexPath withLeftSpace:kPaddingLeftWidth];
105
- // return cell;
106
- // }else{
107
- // TitleValueMoreCell *cell = [tableView dequeueReusableCellWithIdentifier:kCellIdentifier_TitleValueMore forIndexPath:indexPath];
108
- // [cell setTitleStr:@"邮箱" valueStr:[NSString stringWithFormat:@"%@ 未验证",self.myUser.email]];
109
- // [tableView addLineforPlainCell:cell forRowAtIndexPath:indexPath withLeftSpace:kPaddingLeftWidth];
110
- // return cell;
111
- // }
112
100
}else {
113
101
TitleValueMoreCell *cell = [tableView dequeueReusableCellWithIdentifier: kCellIdentifier_TitleValueMore forIndexPath: indexPath];
114
102
[cell setTitleStr: @" 手机号码" valueStr: self .myUser.phone.length > 0 ? self .myUser.phone: @" 未绑定" ];
You can’t perform that action at this time.
0 commit comments