@@ -89,7 +89,7 @@
const data = reactive({
answer: '',
- result: false, // 正确性
+ result: null, // 正确性
isPlaying: false,
code: null
})