This commit is contained in:
xulu
2022-03-10 17:34:35 +08:00
parent 4f5e6e1f78
commit a2a8a06ff6
44 changed files with 9609 additions and 969 deletions

View File

@@ -89,8 +89,8 @@
return 'Accepted';
} else if (cellValue == 4) {
return 'invalid';
} else if (row.state == 5) {
frag = 'invitation';
} else if (cellValue == 5) {
return 'invitation';
}
}