Browse Source

线上测试

wyling 3 years ago
parent
commit
40ae4fe218
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/mockTest/index.vue

+ 1 - 1
src/views/mockTest/index.vue

@@ -13,7 +13,7 @@ import startTest from "./components/startTest.vue";
 
 
 import { ref, reactive } from "vue";
 import { ref, reactive } from "vue";
 
 
-const userTestData = reactive({
+const userTestData = ref({
   testScores: 0,
   testScores: 0,
   useTime: 0,
   useTime: 0,
 });
 });