Skip to content

Commit 8f2b6cd

Browse files
committed
提示语
1 parent 9a1a2ea commit 8f2b6cd

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Coding_iOS/Controllers/EditTaskViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
438438
[tableView deselectRowAtIndexPath:indexPath animated:YES];
439439
ESWeakSelf;
440440
if (indexPath.section == 2) {
441-
// [self showHudTipStr:@"现在还不能添加或编辑描述内容"];
441+
[self showHudTipStr:@"现在还不能添加或编辑描述内容"];
442442
}else if (indexPath.section == 1){
443443
if (indexPath.row == LeftImage_LRTextCellTypeTaskOwner) {
444444
ProjectMemberListViewController *vc = [[ProjectMemberListViewController alloc] init];

Coding_iOS/Models/CodingTip.m

100755100644
File mode changed.

0 commit comments

Comments
 (0)