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