This commit is contained in:
田岩
2025-09-25 10:25:33 +08:00
parent 122ce2d195
commit 8dc5c57989
3 changed files with 15 additions and 6 deletions
+2 -1
View File
@@ -50,6 +50,7 @@
v-else
:item="item"
:mode="mode"
mode2="mistake"
:isPreview="item.isPreview"
:clearResult="item.clearResult"
@subject_click="subject_click"
@@ -95,7 +96,7 @@ const feedbackRef = ref(null);
const dialogRef = ref(null);
const touchBtnRef = ref(null);
const mode = ref('practice'); // 考试 examination 练习practice
const mode = ref('practice'); // 考试 examination 练习practice 错题本: mistake
const paperData = reactive({
name: '' // 名称
}); // 试卷信息