userList修改

This commit is contained in:
lvyuankang 2025-03-27 11:05:59 +08:00
parent 760e4192cb
commit 63945c03f5

View File

@ -1147,7 +1147,7 @@ struct UserInfo {
.backgroundImageSize({ width: '100%', height: '100%' }) .backgroundImageSize({ width: '100%', height: '100%' })
.onClick(() => { .onClick(() => {
console.log('this.startExam', this.startExam, this.systemParam.Param364, this.isExamStart) console.log('this.startExam', this.startExam, this.systemParam.Param364, this.isExamStart)
if ((this.isExamStart && !globalThis.singlePlay && this.systemParam.Param341) || (this.startExam && this.systemParam.Param364 == '2')) { if (this.startExam && this.systemParam.Param364 == '2') {
return return
} }
this.currentUser = EmptyCandidateObject this.currentUser = EmptyCandidateObject