Skip to content

Commit 04d5476

Browse files
committed
UI
1 parent 8930f51 commit 04d5476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Controllers/MeSetting/SettingAccountViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
8383
return cell;
8484
}else{
8585
TitleValueMoreCell *cell = [tableView dequeueReusableCellWithIdentifier:kCellIdentifier_TitleValueMore forIndexPath:indexPath];
86-
[cell setTitleStr:@"邮箱" valueStr:[NSString stringWithFormat:@"%@未验证",self.myUser.email]];
86+
[cell setTitleStr:@"邮箱" valueStr:[NSString stringWithFormat:@"%@ - 未验证",self.myUser.email]];
8787
[tableView addLineforPlainCell:cell forRowAtIndexPath:indexPath withLeftSpace:kPaddingLeftWidth];
8888
return cell;
8989
}

0 commit comments

Comments
 (0)