From 747f88e65acab4d53ec249d2bdbcea6342b6b878 Mon Sep 17 00:00:00 2001 From: lvyuankang <1344032923@qq.com> Date: Thu, 29 Aug 2024 12:28:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=96=E7=89=87=E5=88=AA=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/common/service/indexService.ts | 2 +- entry/src/main/ets/pages/judgeSDK/judge.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/src/main/ets/common/service/indexService.ts b/entry/src/main/ets/common/service/indexService.ts index 1c9ec1e9..966cbdf4 100644 --- a/entry/src/main/ets/common/service/indexService.ts +++ b/entry/src/main/ets/common/service/indexService.ts @@ -82,7 +82,7 @@ export async function delHilog(){ if(isSevenDaysAgo(data)){ const date=dateFormat(new Date()).split(' ')[0] fileUtil.addFile(`${folderPath}/hilogTime.txt`, date) - deleteAllFileByPiC('jt',1) + deleteAllFileByPiC('pz',1) // fileUtil.addFile(`${folderPath}/hilogTime.txt`, JSON.stringify(num)) } } diff --git a/entry/src/main/ets/pages/judgeSDK/judge.ts b/entry/src/main/ets/pages/judgeSDK/judge.ts index 0e267d68..484d7597 100644 --- a/entry/src/main/ets/pages/judgeSDK/judge.ts +++ b/entry/src/main/ets/pages/judgeSDK/judge.ts @@ -1444,7 +1444,7 @@ export default class Judge { const msgStr = strArr[num]; if(msgStr == ''){ console.info(judgeTag, '模拟数据考试结束') - globalThis.windowClass.setWindowSystemBarEnable(['navigation']) + // globalThis.windowClass.setWindowSystemBarEnable(['navigation']) clearInterval(judgeTimer) this.checkExamIsEnd(true) return