Browse Source

update bug调整

wangxy 3 tháng trước cách đây
mục cha
commit
3920135cf4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {