mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-08 18:36:48 +08:00
提交
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user