获取题目返回时增加随机排序

This commit is contained in:
zhl 2021-07-20 16:32:01 +08:00
parent 317a931806
commit e67eab5b23

View File

@ -81,6 +81,7 @@ class ExamController extends BaseController {
}
results = _results
}
results.randomSort()
let stat = new PuzzleStatusClass()
stat.timeLast = now
history.members.set(accountid, stat)