Explorar el Código

update bug调整

wangxy hace 3 meses
padre
commit
3920135cf4
Se han modificado 1 ficheros con 1 adiciones y 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 {