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