圖片刪除
This commit is contained in:
parent
8e276824e8
commit
747f88e65a
@ -82,7 +82,7 @@ export async function delHilog(){
|
|||||||
if(isSevenDaysAgo(data)){
|
if(isSevenDaysAgo(data)){
|
||||||
const date=dateFormat(new Date()).split(' ')[0]
|
const date=dateFormat(new Date()).split(' ')[0]
|
||||||
fileUtil.addFile(`${folderPath}/hilogTime.txt`, date)
|
fileUtil.addFile(`${folderPath}/hilogTime.txt`, date)
|
||||||
deleteAllFileByPiC('jt',1)
|
deleteAllFileByPiC('pz',1)
|
||||||
// fileUtil.addFile(`${folderPath}/hilogTime.txt`, JSON.stringify(num))
|
// fileUtil.addFile(`${folderPath}/hilogTime.txt`, JSON.stringify(num))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1444,7 +1444,7 @@ export default class Judge {
|
|||||||
const msgStr = strArr[num];
|
const msgStr = strArr[num];
|
||||||
if(msgStr == ''){
|
if(msgStr == ''){
|
||||||
console.info(judgeTag, '模拟数据考试结束')
|
console.info(judgeTag, '模拟数据考试结束')
|
||||||
globalThis.windowClass.setWindowSystemBarEnable(['navigation'])
|
// globalThis.windowClass.setWindowSystemBarEnable(['navigation'])
|
||||||
clearInterval(judgeTimer)
|
clearInterval(judgeTimer)
|
||||||
this.checkExamIsEnd(true)
|
this.checkExamIsEnd(true)
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user