wangxy 2 mesiacov pred
rodič
commit
3f77d0b746
1 zmenil súbory, kde vykonal 4 pridanie a 3 odobranie
  1. 4 3
      pages/newEnglish/components/beiPage.vue

+ 4 - 3
pages/newEnglish/components/beiPage.vue

@@ -119,7 +119,7 @@
 		if (data.answer == props.activeWord.name) {
 			data.result = true;
 			resultAudioPlayerD.play('right', 'bei')
-			noticeBackDb()
+			// noticeBackDb()
 		} else {
 			data.result = false;
 			resultAudioPlayerD.play('wrong', 'bei')
@@ -151,7 +151,8 @@
     })
 	}
 
-	function noticeBackDb() {
+/*	function noticeBackDb() {
+      当前功能已废弃,后台接口保留,前台代码注释
 		// 通知后台已学完当前单词
 		if (userCode == 'Visitor') {
 			// 游客不更新后台
@@ -163,7 +164,7 @@
 		}).then(res => {
 
 		})
-	}
+	}*/
 
 	function handleReset(code) {
 		if (code == 'all') {