Skip to content

Commit 106116a

Browse files
committed
代码删
1 parent d008a08 commit 106116a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Coding_iOS/Controllers/MeSetting/SettingAccountViewController.m

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,6 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
9797
[cell setTitleStr:@"邮箱" valueStr:valueStr];
9898
[tableView addLineforPlainCell:cell forRowAtIndexPath:indexPath withLeftSpace:kPaddingLeftWidth];
9999
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-
// }
112100
}else{
113101
TitleValueMoreCell *cell = [tableView dequeueReusableCellWithIdentifier:kCellIdentifier_TitleValueMore forIndexPath:indexPath];
114102
[cell setTitleStr:@"手机号码" valueStr:self.myUser.phone.length > 0 ? self.myUser.phone: @"未绑定"];

0 commit comments

Comments
 (0)