提交
This commit is contained in:
@@ -124,9 +124,9 @@
|
||||
var max;
|
||||
var str=''
|
||||
if (this.thisClass.title.includes("精英")) {
|
||||
max=Math.ceil(this.students.length * 0.2);
|
||||
max=Math.round(this.students.length * 0.2);
|
||||
} else {
|
||||
max=Math.ceil(this.students.length * 0.1);
|
||||
max=Math.round(this.students.length * 0.1);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user