Compare commits
No commits in common. "6e0c61ca0de4f2205271a893a1d5f2f25707b267" and "af7369ba56f66916e14a3d935551f676670fe584" have entirely different histories.
6e0c61ca0d
...
af7369ba56
@ -641,7 +641,8 @@ struct UserInfo {
|
||||
this.startExam = false
|
||||
// await upDateTableByArray('USER', [])
|
||||
// await upDateTableByArray('USERLIST', [])
|
||||
|
||||
await DB.clearTable('USER')
|
||||
await DB.clearTable('USERLIST')
|
||||
this.type = '2'
|
||||
this.errorDialog.open()
|
||||
this.updateTimeLimit = true
|
||||
@ -649,8 +650,6 @@ struct UserInfo {
|
||||
try {
|
||||
getExaminationStudentInfo(param).then(async (res) => {
|
||||
console.log("temp log ", JSON.stringify(res))
|
||||
await DB.clearTable('USER')
|
||||
await DB.clearTable('USERLIST')
|
||||
this.errorDialog.close()
|
||||
setTimeout(() => {
|
||||
this.updateTimeLimit = false
|
||||
|
||||
@ -117,7 +117,7 @@ struct Index {
|
||||
for (let i = 1; i <= 4; i++) {
|
||||
console.log('rocord_handle', i, JSON.stringify(this.rocordHandleObj))
|
||||
if (this.rocordHandleObj['rocord_handle'+i]) {
|
||||
endRecordVideo(this.rocordHandleObj)
|
||||
endRecordVideo(this.rocordHandleObj['rocord_handle'+i])
|
||||
this.rocordHandleObj['rocord_handle'+i] = 0
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user