Merge remote-tracking branch 'yx/250207-growth-prod-master-zp' into dev0731

This commit is contained in:
joshen
2025-02-28 18:39:52 +08:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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