1
This commit is contained in:
@@ -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: '' // 名称
|
||||
}); // 试卷信息
|
||||
|
||||
Reference in New Issue
Block a user