Compare commits

..

No commits in common. "ae5675fd5ccde091defa5c3233aa54f25e62b749" and "af31e5436e528b706f8ed7f0531092680e7799a9" have entirely different histories.

View File

@ -646,7 +646,7 @@ struct UserInfo {
console.log("temp log ", JSON.stringify(res))
await DB.clearTable('USER')
await DB.clearTable('USERLIST')
// this.errorDialog.close()
this.errorDialog.close()
setTimeout(() => {
this.updateTimeLimit = false
}, 3000)
@ -751,7 +751,7 @@ struct UserInfo {
this.updateTimeLimit = false
// this.errorDialog.close()
this.errorNum++
if (this.errorNum < 3) {
if (this.errorNum < 2) {
this.getExaminationStudentInfoFn()
}
console.log('error12error' + error)