Compare commits
2 Commits
d3d9e22bec
...
a75f8eb796
| Author | SHA1 | Date | |
|---|---|---|---|
| a75f8eb796 | |||
| 63945c03f5 |
@ -1148,7 +1148,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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user