Compare commits

...

2 Commits

Author SHA1 Message Date
ae5675fd5c 次数修改 2025-03-11 16:26:55 +08:00
6195bca9fb 漏提交 2025-03-11 16:25:17 +08:00

View File

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