@@ -108,7 +108,7 @@
// 选择单词
function checkIsRight() {
- if (data.answer == props.activeWord.value) {
+ if (data.answer == props.activeWord.name) {
data.result = true;
noticeBackDb()
} else {