From 89378648c8621e961d06dbd9be9291fa9deaf3e9 Mon Sep 17 00:00:00 2001 From: lixiao <932184220@qq.com> Date: Tue, 4 Mar 2025 21:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/api/judgeNew.ts | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/entry/src/main/ets/api/judgeNew.ts b/entry/src/main/ets/api/judgeNew.ts index b5105ada..13900b72 100644 --- a/entry/src/main/ets/api/judgeNew.ts +++ b/entry/src/main/ets/api/judgeNew.ts @@ -1,11 +1,6 @@ import { getSyncData } from '../common/service/initable'; -import request from "../common/utils/request" -let baseHost = globalThis.host; import FileUtil from '../common/utils/File'; -import FileLog from '../pages/judgeSDK/utils/fileLog'; -import { image } from './test' -import sim from '@ohos.telephony.sim'; import pasteboard from '@ohos.pasteboard'; import emitter from '@ohos.events.emitter'; @@ -155,8 +150,7 @@ export async function getParams(jkid, drvexam) { file: { sjbs: gjxlhObj[jkid], // param: [{ field: '', data: examSubject == 2 ? encodeURIComponent(drvexam.zp) : drvexam.zp }] - // param: [{ field: '', data: drvexam.zp }] - param: [{ field: '', data: image }] + param: [{ field: '', data: drvexam.zp }] } } //项目开始 @@ -215,8 +209,7 @@ export async function getParams(jkid, drvexam) { }, file: { sjbs: gjxlhObj[jkid], - // param: [{ field: '', data: drvexam.zp }] - param: [{ field: '', data: image }] + param: [{ field: '', data: drvexam.zp }] } } //项目结束 @@ -253,8 +246,7 @@ export async function getParams(jkid, drvexam) { }, file: { sjbs: gjxlhObj[jkid], - // param: [{ field: '', data: drvexam.zp }] - param: [{ field: '', data: image }] + param: [{ field: '', data: drvexam.zp }] } }