|
@@ -40,6 +40,8 @@ import { useRoute } from "vue-router";
|
|
|
|
|
|
const props = defineProps(["userTestData"]);
|
|
const props = defineProps(["userTestData"]);
|
|
|
|
|
|
|
|
+console.log(props.userTestData);
|
|
|
|
+
|
|
//是否通过考试
|
|
//是否通过考试
|
|
const testResult = computed(() => {
|
|
const testResult = computed(() => {
|
|
return props.userTestData.testScores >= 90;
|
|
return props.userTestData.testScores >= 90;
|