Procházet zdrojové kódy

测试userTestData数据

wyling před 3 roky
rodič
revize
bdae9b9273

+ 0 - 2
src/api/modules/test.ts

@@ -59,8 +59,6 @@ export async function getTopicList(params: any) {
     }),
   };
 
-  console.log(data2);
-
   return data2;
 }
 

+ 2 - 0
src/views/mockTest/components/mockTestEnd.vue

@@ -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;