Explorar o código

update bug调整

wangxy hai 3 meses
pai
achega
3920135cf4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {