Compare commits
2 Commits
af31e5436e
...
ae5675fd5c
| Author | SHA1 | Date | |
|---|---|---|---|
| ae5675fd5c | |||
| 6195bca9fb |
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user