Compare commits

...

3 Commits

Author SHA1 Message Date
6e0c61ca0d Merge branch 'dev' of http://88.22.24.105:3000/harmony_car/subject-two into dev 2025-03-21 13:20:18 +08:00
7e25b5a797 userinfo修改 2025-03-21 13:20:03 +08:00
75372804d8 删除 2025-03-10 15:19:06 +08:00
2 changed files with 4 additions and 3 deletions

View File

@ -641,8 +641,7 @@ struct UserInfo {
this.startExam = false this.startExam = false
// await upDateTableByArray('USER', []) // await upDateTableByArray('USER', [])
// await upDateTableByArray('USERLIST', []) // await upDateTableByArray('USERLIST', [])
await DB.clearTable('USER')
await DB.clearTable('USERLIST')
this.type = '2' this.type = '2'
this.errorDialog.open() this.errorDialog.open()
this.updateTimeLimit = true this.updateTimeLimit = true
@ -650,6 +649,8 @@ struct UserInfo {
try { try {
getExaminationStudentInfo(param).then(async (res) => { getExaminationStudentInfo(param).then(async (res) => {
console.log("temp log ", JSON.stringify(res)) console.log("temp log ", JSON.stringify(res))
await DB.clearTable('USER')
await DB.clearTable('USERLIST')
this.errorDialog.close() this.errorDialog.close()
setTimeout(() => { setTimeout(() => {
this.updateTimeLimit = false this.updateTimeLimit = false

View File

@ -117,7 +117,7 @@ struct Index {
for (let i = 1; i <= 4; i++) { for (let i = 1; i <= 4; i++) {
console.log('rocord_handle', i, JSON.stringify(this.rocordHandleObj)) console.log('rocord_handle', i, JSON.stringify(this.rocordHandleObj))
if (this.rocordHandleObj['rocord_handle'+i]) { if (this.rocordHandleObj['rocord_handle'+i]) {
endRecordVideo(this.rocordHandleObj['rocord_handle'+i]) endRecordVideo(this.rocordHandleObj)
this.rocordHandleObj['rocord_handle'+i] = 0 this.rocordHandleObj['rocord_handle'+i] = 0
} }
} }