Browse Source

update bug调整

wangxy 3 months ago
parent
commit
3920135cf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/newEnglish/components/beiPage.vue

+ 1 - 1
pages/newEnglish/components/beiPage.vue

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