This commit is contained in:
Pengxiansen
2025-02-28 18:38:45 +08:00
parent a48df8b5bd
commit 3c1d344735
2 changed files with 2 additions and 2 deletions

View File

@@ -547,7 +547,7 @@ async function toFinish(d) {
examType: d.info.examType, examType: d.info.examType,
}; };
const path = const path =
TASK_TYPES.path[d.courseType](params) + d.info.examinationPaperId; TASK_TYPES.path[d.courseType](params) + d.info.examinationTestId;
// 增加异步防止ios阻止弹窗弹出 // 增加异步防止ios阻止弹窗弹出
setTimeout(() => { setTimeout(() => {
window.open(path, "_top"); window.open(path, "_top");

View File

@@ -784,7 +784,7 @@ async function toFinish(d) {
examType: d.info.examType, examType: d.info.examType,
}; };
const path = const path =
TASK_TYPES.path[d.courseType](params) + d.info.examinationPaperId; TASK_TYPES.path[d.courseType](params) + d.info.examinationTestId;
// 增加异步防止ios阻止弹窗弹出 // 增加异步防止ios阻止弹窗弹出
setTimeout(() => { setTimeout(() => {
window.open(path, "_top"); window.open(path, "_top");